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:
authorEric St. John <ericstj@microsoft.com>2016-10-04 21:34:30 +0300
committerEric St. John <ericstj@microsoft.com>2016-10-05 02:56:09 +0300
commitfceaadc03d0a3fe8b6d244b45a9ae1916c57864e (patch)
tree87f263ae9656fcc808854ac0aef7fd18e49c9236 /pkg/Microsoft.NETCore.Targets
parentccc1cfc5e4213c05f485c92e55bd09a0f2b0e608 (diff)
Avoid duplication of Platforms/Targets version
Diffstat (limited to 'pkg/Microsoft.NETCore.Targets')
-rw-r--r--pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
index 69c1de11c5..80c185948b 100644
--- a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
+++ b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <PackageVersion>1.2.0</PackageVersion>
+ <PackageVersion>$(LineupPackageVersion)</PackageVersion>
<IsLineupPackage>true</IsLineupPackage>
<RuntimeFileSource>runtime.json</RuntimeFileSource>
<SkipValidatePackage>true</SkipValidatePackage>