Update to dotnet 10#147
Draft
dennisblokland wants to merge 4 commits into
Draft
Conversation
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.
This pull request upgrades the entire NihongoBot project from .NET 9.0 to .NET 10.0. It updates all project files, dependencies, and CI/CD workflows to ensure compatibility with .NET 10.0. Additionally, several NuGet packages are updated to their latest versions to match the new .NET version requirements.
.NET Version Upgrade Across Solution:
Updated the target framework from
net9.0tonet10.0in all project files, including application, server, client, shared, domain, infrastructure, persistence, and test projects. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Updated the .NET SDK version in all GitHub Actions workflow files from
9.0.xto10.0.xto ensure CI/CD uses the correct version. [1] [2] [3] [4]Dependency and Package Updates:
Upgraded numerous NuGet package references to their .NET 10.0-compatible versions, including
Hangfire,System.Drawing.Common,Microsoft.AspNetCore.Components.WebAssembly,Microsoft.EntityFrameworkCore,Microsoft.Extensions.DependencyInjection, and related packages. [1] [2] [3] [4] [5] [6] [7] [8]Updated Aspire SDK and related package references in
NihongoBot.AppHostto version 13.0.0.Documentation:
README.mdto reflect the new prerequisite of .NET Core 10.0 SDK.This PR waits on a non RC version of Npgsql.EntityFrameworkCore.PostgreSQL