Don't reference netstandard.dll by wildcard (dotnet/corefx#37660)
authorEric StJohn <ericstj@microsoft.com>
Tue, 14 May 2019 23:13:50 +0000 (16:13 -0700)
committerViktor Hofer <viktor.hofer@microsoft.com>
Tue, 14 May 2019 23:13:50 +0000 (01:13 +0200)
commite9fc79d291fb5ba78e274d16f3a526c0f934bbb3
tree11a349c0311806092f8dc6da06b3005d87005539
parent1ddeb707ac6134b944a3e1ede218c845d092e24e
Don't reference netstandard.dll by wildcard (dotnet/corefx#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.

Commit migrated from https://github.com/dotnet/corefx/commit/30f4fbcb5bc16bdb3953d9186f20606a0f134f2d
src/libraries/shims/generated/Directory.Build.props