Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit cd70c2e

Browse files
ViktorHoferdanmoseley
authored andcommitted
Fixing mscorlib shim generation with older build tools
1 parent 4707b8d commit cd70c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shims/manual/mscorlib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ContractAssemblyPath>$(NetFxRefPath)mscorlib.dll</ContractAssemblyPath>
1919
<GenFacadesIgnoreMissingTypes>true</GenFacadesIgnoreMissingTypes>
2020
<IsRuntimeAssembly>true</IsRuntimeAssembly>
21+
<ExcludeMscorlibFacade>true</ExcludeMscorlibFacade>
2122
<DefineConstants Condition="'$(TargetGroup)' == 'netcoreapp'">$(DefineConstants);netcoreapp</DefineConstants>
2223
</PropertyGroup>
2324
<ItemGroup>

0 commit comments

Comments
 (0)