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 /tools-local
parentf4d12ffbef7ea1c4142f5e039602089b16bb73be (diff)
Renaming uap10.1 to uap10.0.15138
Diffstat (limited to 'tools-local')
-rw-r--r--tools-local/targetgroups.props30
1 files changed, 15 insertions, 15 deletions
diff --git a/tools-local/targetgroups.props b/tools-local/targetgroups.props
index 730b39bf6d..6b65af586d 100644
--- a/tools-local/targetgroups.props
+++ b/tools-local/targetgroups.props
@@ -17,36 +17,36 @@
<Imports>netcore50</Imports>
<CompatibleWith>netstandard1.4</CompatibleWith>
</TargetGroups>
- <TargetGroups Include="uap101aot">
+ <TargetGroups Include="uapvnextaot">
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
- <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
+ <NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>netcore50aot</Imports>
- <CompatibleWith>uap101;netstandard2.0</CompatibleWith>
+ <CompatibleWith>uapvnext;netstandard2.0</CompatibleWith>
</TargetGroups>
- <TargetGroups Include="uap101">
- <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
+ <TargetGroups Include="uapvnext">
+ <NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>netcore50</Imports>
<CompatibleWith>netstandard2.0</CompatibleWith>
</TargetGroups>
- <!-- uap is an alias for uap10.1 any/coreclr runtime -->
+ <!-- uap is an alias for uapvNext any/coreclr runtime -->
<TargetGroups Include="uap">
- <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
+ <NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
- <Imports>uap101</Imports>
+ <Imports>uapvnext</Imports>
<CompatibleWith>netstandard</CompatibleWith>
</TargetGroups>
- <!-- uapaot is an alias for uap10.1, aot runtime -->
+ <!-- uapaot is an alias for uapvNext, aot runtime -->
<TargetGroups Include="uapaot">
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
- <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
+ <NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
- <Imports>uap101aot</Imports>
+ <Imports>uapvnextaot</Imports>
<CompatibleWith>uap;netstandard</CompatibleWith>
</TargetGroups>
<TargetGroups Include="netstandard1.0">