dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.49k stars 10.04k forks source link

Target net10.0 in RepoTasks #58823

Open mthalman opened 1 week ago

mthalman commented 1 week ago

The changes made to RepoTasks in https://github.com/dotnet/aspnetcore/pull/58090/files#diff-976f8f3081f5ec8e8aacf560c64825479b33b0953bdc4dec82255c7cbe8d01d9 will need to be reverted. Specifically, net9.0 should be changed back to $(DefaultNetCoreTargetFramework). This can be done once a dependency on a .NET SDK is taken that has these changes: https://github.com/dotnet/sdk/pull/43015.

Related to https://github.com/dotnet/sdk/pull/44685

ViktorHofer commented 1 day ago

@wtgodbe can you please help with this? This involves updating the SDK in this repo to a recent build and reverting the change in RepoTasks.csproj as described above.