Update package version to 3.0.0
authorRuss Keldorph <russellk@microsoft.com>
Thu, 21 Jun 2018 20:49:04 +0000 (13:49 -0700)
committerRuss Keldorph <russ.keldorph@microsoft.com>
Fri, 22 Jun 2018 16:54:33 +0000 (09:54 -0700)
This doesn't make much practical difference since CoreCLR's packages aren't
intended for any consumers other than core-setup, but we might as well try
to be consistent with our peer repos in case it provides a useful hint when
something goes wrong.

Commit migrated from https://github.com/dotnet/coreclr/commit/75bd77f09d2221f8eae78e686ded8e510a569542

src/coreclr/dependencies.props

index 4dae710..8024ae0 100644 (file)
@@ -12,7 +12,7 @@
 
   <PropertyGroup>
     <!-- Central place to set the versions of all nuget packages produced in the repo -->
-    <PackageVersion Condition="'$(PackageVersion)' == ''">2.2.0</PackageVersion>
+    <PackageVersion Condition="'$(PackageVersion)' == ''">3.0.0</PackageVersion>
 
     <!-- Set the boolean below to true to generate packages with stabilized versions -->
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>