Revert "DYN-9196 Update NuGet packages to target .NET 10.0"#16522
Merged
QilongTang merged 1 commit intomasterfrom Sep 25, 2025
Merged
Revert "DYN-9196 Update NuGet packages to target .NET 10.0"#16522QilongTang merged 1 commit intomasterfrom
QilongTang merged 1 commit intomasterfrom
Conversation
This reverts commit ea01331.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reverts changes that updated NuGet packages to target .NET 10.0, rolling back to .NET 8.0 targeting. The revert affects both the NuGet package specification and the project file configuration.
- Reverts .NET target framework from net10.0 back to net8.0
- Updates comments and build paths to reference .NET 8.0 instead of .NET 10.0
- Maintains netstandard2.0 targeting alongside the reverted .NET 8.0 framework
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/NuGet/template-nuget/DynamoVisualProgramming.DynamoServices.nuspec | Updates NuGet package specification to target .NET 8.0 and adjusts build paths and comments |
| src/NodeServices/DynamoServices.csproj | Reverts target framework from net10.0 to net8.0 in project configuration |
Contributor
Author
|
Also triggered https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service/1496/ for regression checking |
Contributor
|
If build images are updated with net10 sdk, won't this fail inherently? |
zeusongit
approved these changes
Sep 25, 2025
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.
Reverts #16508 to test CI errors