You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
• 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
The reason will be displayed to describe this comment to others. Learn more.
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.
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