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
path: root/src
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@outlook.com>2017-08-05 01:09:02 +0300
committerViktor Hofer <viktor.hofer@outlook.com>2017-08-05 01:09:02 +0300
commit911782bc2e673f6aab22f8eddae26710b2eeb745 (patch)
treedff8e3378a5522b8845ec8cb17dc10e6091dbe25 /src
parent612110448797a9a5801a654ce38c30b7e39ebf59 (diff)
Remove uap condition as we don't have a configuration for it
Diffstat (limited to 'src')
-rw-r--r--src/System.Collections/tests/System.Collections.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Collections/tests/System.Collections.Tests.csproj b/src/System.Collections/tests/System.Collections.Tests.csproj
index 52df30e77d..b78cb4f42c 100644
--- a/src/System.Collections/tests/System.Collections.Tests.csproj
+++ b/src/System.Collections/tests/System.Collections.Tests.csproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<!-- Codegen bug, VSTS tracking number 472947 -->
- <ILCBuildType Condition="'$(TargetGroup)' == 'uap'">chk</ILCBuildType>
+ <ILCBuildType>chk</ILCBuildType>
<ProjectGuid>{F5EB9630-AD29-4880-963F-F2D39C684D8A}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->