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-03 05:27:32 +0300
committerGitHub <noreply@github.com>2017-02-03 05:27:32 +0300
commit977f6e021235b8ff5bab8baf4bf53d03af4706f8 (patch)
tree859c7aedf7a31ba8f9fa59a9f0b575964bf0815e /src/System.Runtime
parente79912f8b77bc22abfd85e94b74c06e5d99e8381 (diff)
parent91c4f19c151f78242072fbf1108ae5b786f7950f (diff)
Merge pull request #15734 from mellinoe/genfacades-task-feb
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'" />