-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assembly version of Microsoft.CSharp
and System.Runtime.CompilerServices.Unsafe
in 5.0 is older than the ones in 3.1?
#1918
Comments
@Anipik can you review these versioning dependencies? It looks like you included these in 3.1 changes: dotnet/corefx@eaa4640 But they were missing from 5.0 changes: |
This is blocking #2115 which in turn is blocking dotnet/sdk#3884. |
The fix was reverted. |
Fixed by #2354 |
@Anipik |
@yyjdelete Thanks for letting us know. I have submitted a fix in #34870 |
Tested with nightly builds of netcoreapp5.0, this will make app use out of box assembly instead of inbox ones when they are reference from other place.
Seems they are the only two assembly which have older version:
Microsoft.CSharp: 4.0.4 in 5.0, and 4.0.5 in 3.1 and nuget(4.7.0)
System.Runtime.CompilerServices.Unsafe: 4.0.5 in 5.0, and 4.0.6 in 3.1 and nuget(4.7.0)
The text was updated successfully, but these errors were encountered: