diff --git a/build/BackwardsCompatibilityRuntimes.props b/build/BackwardsCompatibilityRuntimes.props index 6805d4377..72eddd70d 100644 --- a/build/BackwardsCompatibilityRuntimes.props +++ b/build/BackwardsCompatibilityRuntimes.props @@ -1,7 +1,7 @@ release/1.1.0 - 1.1.1 + 1.1.2 1.1.0 1.1.0 diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index c96b5c839..893cf307b 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -12,14 +12,14 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) 1.0.0-beta2-20170503-217 - 1.0.0-beta2-20170504-221 - 1.0.0-beta2-20170504-221 + 1.0.0-beta2-20170505-222 + 1.0.0-beta2-20170505-222 2.0.0-preview2-25309-07 2.0.0-preview2-25309-07 0.1.0-alpha-142 1.2.1-alpha-002130 - 2.0.0-preview1-65 - + 2.0.0-preview1-92 + notimestamp diff --git a/test/dotnet.Tests/PackagedCommandTests.cs b/test/dotnet.Tests/PackagedCommandTests.cs index d5c83d97a..a4eff285b 100644 --- a/test/dotnet.Tests/PackagedCommandTests.cs +++ b/test/dotnet.Tests/PackagedCommandTests.cs @@ -162,7 +162,7 @@ namespace Microsoft.DotNet.Tests .Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1"); result.Should().Pass() - .And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!"); + .And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!"); } @@ -215,7 +215,7 @@ namespace Microsoft.DotNet.Tests .Execute("portable-v1"); result.Should().Pass() - .And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!"); + .And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!"); } [Fact]