-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Description
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: dotnet/sdk#43015.
Related to dotnet/sdk#44685
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
ViktorHofer commentedon Nov 15, 2024
@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.
wtgodbe commentedon Nov 19, 2024
Sure, we were finally able to upgrade to the
net10.0
SDK yesterday - #59058