-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-InfrastructureuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
This issue will track removing all the temporary workarounds we add to #121853 in order to target .NET 11 with the .NET 10 SDK.
-
Use .NET 10 pruning data when targeting .NET 11.
- Note: a potentially better fix would be to pre-generate the live pruning data before restore and use this instead of the SDK's targeting pack data. We were missing this in .NET 10 too. I looked into doing this, but it may not be sufficient for net11 retargeting since we have other subsets that don't consume the live targeting pack.
-
Revert hardcoding in IntellisensePackageXmlFilePathFromNetVersionFolder - this needs to be hardcoded since we don't have an 11.0 intellisense package yet.
-
Update NetCurrent in https://github.com/dotnet/dotnet/blob/3e4f63732a2e61ad7ae1d567e820f70b2a55c2f1/src/arcade/src/Microsoft.DotNet.Arcade.Sdk/tools/TargetFrameworkDefaults.props#L14
-
Remove explicit net11.0 target in windowsdesktop
-
Remove net10.0 target from dotnet/runtime packages in sourcebuild
Metadata
Metadata
Assignees
Labels
area-InfrastructureuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Type
Projects
Status
No status