dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
22 stars 10 forks source link

Bring back net6.0 TFM to System.Runtime.CompilerServices.Unsafe #179

Closed carlossanlop closed 1 week ago

carlossanlop commented 1 week ago

Fixes https://github.com/dotnet/maintenance-packages/issues/174

Here's the comparison of the last DLL shipped out of release/6.0 (first tree item & left tab) vs the m-p version with the fix in this PR (second tree item vs right tab):

image

And the Unsafe type shows all the same APIs too.