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>2017-01-11 21:24:11 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-11 21:24:11 +0300
commitca75349e3f3ef04b19bd33e30e010f4b58c74b08 (patch)
treea04377025e4b4fe77746278a6d88d108736d6d49 /Packaging.props
parent2a0ad0aac6eeb55a0034f01549f7ab0b3923bedf (diff)
Update 1.2.0 nupkgs to 2.0.0
This is consistent with the branding of the release.
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packaging.props b/Packaging.props
index 8b89c9054f..38030ee6b6 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -16,8 +16,8 @@
<XmlDocFileRoot>$(PackagesDir)Microsoft.Private.Intellisense/1.0.0-rc4-24206-00/xmldocs</XmlDocFileRoot>
<!-- We're currently not building a "live" baseline, instead we're using .NETCore 1.0 RTM stable versions as the baseline -->
<SkipBaseLineCheck>true</SkipBaseLineCheck>
- <LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">1.2.0</LineupPackageVersion>
- <PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">1.2.0</PlatformPackageVersion>
+ <LineupPackageVersion Condition="'$(LineupPackageVersion)' == ''">2.0.0</LineupPackageVersion>
+ <PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">2.0.0</PlatformPackageVersion>
<!-- by default all packages will use the same version which revs with respect to product version -->
<PackageVersion Condition="'$(PackageVersion)' == ''">4.4.0</PackageVersion>