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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-07-04 00:32:24 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-07-04 00:32:24 +0300
commit60fe0c60dc418a6856955c215a9695f6f900acf1 (patch)
tree3ae791e6fa56b6637b84bf10c33c55eba72fe68d /dir.targets
parentf4d12ffbef7ea1c4142f5e039602089b16bb73be (diff)
Renaming uap10.1 to uap10.0.15138
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.targets b/dir.targets
index 73c674caa3..0938077faf 100644
--- a/dir.targets
+++ b/dir.targets
@@ -92,8 +92,8 @@
<Import Project="$(MSBuildThisFileDirectory)illink.targets" />
<ItemGroup Condition="'$(NuGetTargetMoniker)'=='.NETStandard,Version=v1.7'">
- <!-- Temporarily suppress the message until we get a nuget version that knows about the mapping between netstandard1.7 and uap10.1 -->
- <SuppressPackageTargetFrameworkCompatibility Include="uap10.1" />
+ <!-- Temporarily suppress the message until we get a nuget version that knows about the mapping between netstandard1.7 and uapvNext -->
+ <SuppressPackageTargetFrameworkCompatibility Include="$(UAPvNextTFM)" />
</ItemGroup>
<Target Name="ProducesPackageId"