DYN-9196 .NET10 Migration Update DynamoServices NuGet package to target .NET 10.0#16508
Merged
QilongTang merged 2 commits intoDynamoDS:masterfrom Sep 25, 2025
Merged
Conversation
• fixed DynamoServices.csproj and .nuspec to use net10.0 paths • updated build.xml DotNet property to set correct $TargetFramework$ • ensures all NuGet packages target .NET 10.0 instead of .NET 8.0
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR migrates NuGet package configuration from .NET 8.0 to .NET 10.0 to maintain consistency with the project's current target framework. The changes ensure that all generated NuGet packages will correctly target .NET 10.0 instead of .NET 8.0.
- Updated target framework references from net8.0 to net10.0 across build configuration files
- Modified NuGet package specification to include correct .NET 10.0 binaries and dependencies
- Updated comments to reflect the new .NET 10.0 targeting
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/NuGet/template-nuget/DynamoVisualProgramming.DynamoServices.nuspec | Updated NuGet package specification to target .NET 10.0 framework and reference correct binary paths |
| src/build.xml | Changed DotNet property from net8.0 to net10.0 for build configuration |
| src/NodeServices/DynamoServices.csproj | Updated target frameworks from net8.0 to net10.0 and corresponding comments |
zeusongit
approved these changes
Sep 22, 2025
QilongTang
approved these changes
Sep 23, 2025
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9196
Contributor
|
@dnenov Please resolve the merge conflict of this PR |
Collaborator
Author
Yup, done now! |
QilongTang
approved these changes
Sep 25, 2025
QilongTang
added a commit
that referenced
this pull request
Sep 25, 2025
This reverts commit ea01331.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Migrate NuGet package configuration from .net8.0 to .net10.0. This ensures all generated NuGet packages will correctly target .net10.0 instead of .net8.0, maintaining consistency with the project's current .NET version alignment.
Declarations
Check these if you believe they are true
Release Notes
Reviewers
@QilongTang
@Mikhinja
FYIs
@zeusongit