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-09-02 00:27:53 +0300
committerEric St. John <ericstj@microsoft.com>2016-09-02 00:27:53 +0300
commit63a868365904c6fbae18a3800c0b908b0f0944af (patch)
tree08dc55837acac872c1f897b62ea8a0cb99f2a06b /pkg/Microsoft.NETCore.Targets
parent022a8c2088582c3175e7aee4ad4c97c3cea58a28 (diff)
Fix version of nupkgs under pkg
When changing the Version property from Version to PackageVersion I missed updating a few projects.
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 64109cdc1f..2d00891f62 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>
- <Version>1.0.3</Version>
+ <PackageVersion>1.0.3</PackageVersion>
<IsLineupPackage>true</IsLineupPackage>
<RuntimeFileSource>runtime.json</RuntimeFileSource>
<SkipValidatePackage>true</SkipValidatePackage>