-
Notifications
You must be signed in to change notification settings - Fork 800
.NET: Update to .NET 10 SDK #2267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR attempts to update the .NET SDK from version 9.0 to 10.0 by modifying the GitHub workflow configuration. However, the update is incomplete as it only changes the dotnet-format.yml workflow file while leaving other workflow files, project files, and build configuration files still targeting .NET 9.0.
Key changes:
- Updates the .NET SDK version in the
dotnet-format.ymlworkflow from "9.0" to "10.0"
|
We already have a PR for .NET10 update: #2128 |
|
@DeagleGross Yup, I had a chat with @rogerbarreto about it. The other PR does much more than updating .NET SDK though and I don't know when it will be finalized. So this PR is a subset of the other. If the other PR got merged first, this one can be closed. |
|
This PR does not achieve the target goal (I guess) which is having NuGet packages published with the .NET 10 target. agent-framework/dotnet/Directory.Build.props Lines 13 to 15 in 57ca139
We should focus on taking Stephen's PR I've mentioned (#2128), because it does update all the packages, updates LangVersion, cleanups ifdefs and does many more other useful stuff, which should come all together IMO. Maybe I am wrong, so not blocking the PR anyway |
|
I agree with @DeagleGross, I think we should go with #2128 |
|
We should be able to merge #2128 once a build for Ignite is complete, if that hasn't happened already. |
crickman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Youssef1313 - @stephentoub is driving a comprehensive update that addresses this. I wonder if you'd be able to review and comment on this change: #2128
Motivation and Context
Description
Contribution Checklist