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:
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"