-
-
Notifications
You must be signed in to change notification settings - Fork 272
Migrate to .NET 10 #890
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: master
Are you sure you want to change the base?
Migrate to .NET 10 #890
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 migrates the project from .NET 8.0 to .NET 10.0, updating the target framework and associated tooling configurations.
- Updates target framework from net8.0 to net10.0 in the main project file
- Updates Azure Functions Worker package to a preview version compatible with .NET 10
- Updates CI/CD workflows to use .NET 10.0.x SDK
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| KeyVault.Acmebot/KeyVault.Acmebot.csproj | Updates target framework to net10.0 and Azure Functions Worker package to preview version |
| .github/workflows/publish.yml | Updates DOTNET_VERSION environment variable to 10.0.x |
| .github/workflows/build.yml | Updates DOTNET_VERSION environment variable to 10.0.x |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 54 out of 54 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.