You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java.Interop.Dynamic-Tests] Use Microsoft.CSharp NuGet package (#1067)
Each CI job reports the following warnings:
C:\hostedtoolcache\windows\dotnet\sdk\7.0.100-rc.1.22431.12\Microsoft.Common.CurrentVersion.targets(2350,5):
warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.CSharp".
Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\hostedtoolcache\windows\dotnet\sdk\7.0.100-rc.1.22431.12\Microsoft.Common.CurrentVersion.targets(2350,5):
warning MSB3243: No way to resolve conflict between "Microsoft.CSharp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
and "Microsoft.CSharp". Choosing "Microsoft.CSharp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily.
Fix these warnings by using a `@(PackageReference)` to
[`Microsoft.CSharp`][0] instead of a `@(Reference)`.
[0]: https://www.nuget.org/packages/Microsoft.CSharp
0 commit comments