Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-02-02 01:46:24 +0300
committerEric Mellino <erme@microsoft.com>2017-02-03 01:01:36 +0300
commit275dfcc19cbc0aff8290a401aeea7bab0456a50d (patch)
tree15f7baae3a5227c31f868c5e092b42c4bb240130 /src/System.Runtime
parente6053632c08ea63044456a5138d1b8ea8b860c52 (diff)
Update to buildtools containing GenFacades task
Diffstat (limited to 'src/System.Runtime')
-rw-r--r--src/System.Runtime/src/System.Runtime.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Runtime/src/System.Runtime.csproj b/src/System.Runtime/src/System.Runtime.csproj
index 6fc06d531a..781412acf3 100644
--- a/src/System.Runtime/src/System.Runtime.csproj
+++ b/src/System.Runtime/src/System.Runtime.csproj
@@ -5,7 +5,7 @@
<ProjectGuid>{56B9D0A9-44D3-488E-8B42-C14A6E30CAB2}</ProjectGuid>
<AssemblyName>System.Runtime</AssemblyName>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
- <GenFacadesArgs Condition="'$(TargetGroup)' == 'uapaot' Or '$(TargetGroup)' == 'netcoreapp1.2corert'">$(GenFacadesArgs) -ignoreMissingTypes</GenFacadesArgs>
+ <GenFacadesIgnoreMissingTypes Condition="'$(TargetGroup)' == 'uapaot' Or '$(TargetGroup)' == 'netcoreapp1.2corert'">true</GenFacadesIgnoreMissingTypes>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />