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 /src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
parentf4d12ffbef7ea1c4142f5e039602089b16bb73be (diff)
Renaming uap10.1 to uap10.0.15138
Diffstat (limited to 'src/System.ValueTuple/pkg/System.ValueTuple.pkgproj')
-rw-r--r--src/System.ValueTuple/pkg/System.ValueTuple.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj b/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
index c4007e14f2..82167fa9be 100644
--- a/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
+++ b/src/System.ValueTuple/pkg/System.ValueTuple.pkgproj
@@ -8,7 +8,7 @@
<ProjectReference Include="..\src\System.ValueTuple.csproj" />
<InboxOnTargetFramework Include="netstandard2.0" />
<InboxOnTargetFramework Include="netcoreapp2.0" />
- <InboxOnTargetFramework Include="uap10.1" />
+ <InboxOnTargetFramework Include="$(UAPvNextTFM)" />
<InboxOnTargetFramework Include="$(AllXamarinFrameworks)" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />