Conversation
Co-authored-by: NikiforovAll <8037439+NikiforovAll@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade project to .NET 10 and update dependencies
Upgrade to .NET 9 with updated dependencies
Nov 13, 2025
Owner
|
@copilot update to .net10 |
Co-authored-by: NikiforovAll <8037439+NikiforovAll@users.noreply.github.com>
Author
Updated to multi-target net8.0 and net9.0 for source projects (commit 80285ac). .NET 10 is not yet available in this environment - it releases in November 2025. The source code now builds for both frameworks with conditional package versioning. When .NET 10 becomes available, I can update the multi-targeting to include net10.0. |
Copilot
AI
changed the title
Upgrade to .NET 9 with updated dependencies
Upgrade to .NET 9 with multi-targeting support (net8.0 and net9.0)
Nov 13, 2025
Owner
|
@copilot .net is avilable; and we should not use anything beside it |
Co-authored-by: NikiforovAll <8037439+NikiforovAll@users.noreply.github.com>
Author
Copilot
AI
changed the title
Upgrade to .NET 9 with multi-targeting support (net8.0 and net9.0)
Upgrade to .NET 9
Nov 13, 2025
Owner
|
@copilot use .net10 |
Author
.NET 10 SDK is not available in this environment. The available SDKs are: .NET 8.0.x and .NET 9.0.x. .NET 10 is scheduled to be released in November 2025. Would you like me to:
|
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.
Upgrades the repository to .NET 9. All projects now target
net9.0exclusively.Framework Changes
global.json)net9.0only (previouslynet8.0)net9.0Dependency Updates
Core packages:
Microsoft.AspNetCore.Authentication.{JwtBearer,OpenIdConnect}8.0.19 → 9.0.11Microsoft.Extensions.*packages → 9.0.8Aspire.Hosting9.4.2 → 13.0.0Microsoft.Kiota.Bundle1.19.1 → 1.21.0OpenTelemetry1.12.0 → 1.14.0Test packages:
Microsoft.NET.Test.Sdk17.14.1 → 18.0.1FluentAssertions8.6.0 → 8.8.0Testcontainers4.7.0 → 4.8.1Deliberately kept at previous versions:
Duende.AccessTokenManagement@ 3.2.0 (v4.x breaks API)Swashbuckle.AspNetCore@ 9.0.4 (v10.x breaks API)Tools
cake.tool5.0.0 → 6.0.0csharpier1.1.2 → 1.2.1microsoft.openapi.kiota1.28.0 → 1.29.0All updates applied via
dotnet tool update --allanddotnet outdated -u.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.