https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging mentions the netstandard-targeting-pack-[netstandard_major].[netstandard_minor] package, which Linux distributors were encouraged to create and maintain.
With dotnet/sdk#50354, the contents that were included in the package are getting dropped. In other words, packagers should no longer create/ship netstandard-targeting-pack-2.1 with .NET 10.
The changes were made post Preview 7, and should be available in RC 1.
FYI @dotnet/distro-maintainers
https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging mentions the
netstandard-targeting-pack-[netstandard_major].[netstandard_minor]package, which Linux distributors were encouraged to create and maintain.With dotnet/sdk#50354, the contents that were included in the package are getting dropped. In other words, packagers should no longer create/ship
netstandard-targeting-pack-2.1with .NET 10.The changes were made post Preview 7, and should be available in RC 1.
FYI @dotnet/distro-maintainers