Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't reference netstandard.dll by wildcard (dotnet#37660)
NetStandard.dll is built during the same phase as the other generated shims. We use a ProjectReference to correctly sequence it before other generated shims. Make sure that building a generated shim after building netstandard.csproj doesn't result in 2 netstandard.dll's being passed to the compiler.
- Loading branch information