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-05-16 21:32:40 +0300
committerEric St. John <ericstj@microsoft.com>2017-05-17 00:12:16 +0300
commit6c5f87319a4785499008c95b2ff5e7f13a413d22 (patch)
treec174f1b80f0b821f3a0ddac1af183b4f43a65bec /Packaging.props
parentbe07e448cd85c7655691742aadc2576c6f1c72fb (diff)
Increment versions post 2.0
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 2bdcddfc29..b4b5bc7bc5 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -26,10 +26,10 @@
<!-- We're currently not building a "live" baseline, instead we're using .NETCore 1.0 RTM stable versions as the baseline -->
<SkipBaseLineCheck>true</SkipBaseLineCheck>
- <PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">2.0.0</PlatformPackageVersion>
+ <PlatformPackageVersion Condition="'$(PlatformPackageVersion)' == ''">2.1.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>
+ <PackageVersion Condition="'$(PackageVersion)' == ''">4.5.0</PackageVersion>
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
<SkipGenerationCheck>true</SkipGenerationCheck>
</PropertyGroup>