Update to dev-di after rebase
authorJC Aguilera <juanam@microsoft.com>
Thu, 20 Jul 2017 20:11:08 +0000 (13:11 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 20:11:08 +0000 (13:11 -0700)
This value was changed back after a rebase to master was done

dependencies.props

index c8037da..1549831 100644 (file)
@@ -8,7 +8,7 @@
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
     <StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
 
-    <PreReleaseLabel>preview2</PreReleaseLabel>
+    <PreReleaseLabel>dev-di</PreReleaseLabel>
   </PropertyGroup>
   
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->