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-28 21:31:49 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-07-28 21:31:49 +0300
commitbdc8109ec2b933ed3cc153d352d11d44c14b05fd (patch)
tree0819db4889a066e656e387db744c32d7963da993 /pkg/Microsoft.NETCore.Platforms
parent9f01711a7a04468b8f8aacc2bf22fa104c0c60bd (diff)
Fixing version of Microsoft.NETCore.Platforms package
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj b/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
index 66bec6854f..a2b470709b 100644
--- a/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
+++ b/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <PackageVersion>$(PlatformPackageVersion)</PackageVersion>
+ <PackageVersion>2.1.0</PackageVersion>
<SkipValidatePackage>true</SkipValidatePackage>
<!-- We don't need to harvest the stable packages to build this -->
<HarvestStablePackage>false</HarvestStablePackage>