diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 9d4077a58..d7b00a785 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -6,8 +6,8 @@ 2.3.0-beta2-61716-09 1.6.0-beta2-25304 1.0.0-rc-170511-0 - 2.0.0-preview2-20170531-2 - 4.3.0-preview2-4082 + 2.0.0-preview2-20170602-1 + 4.3.0-preview2-4095 2.0.0-rel-20170518-512 15.3.0-preview-20170601-03 $(CLI_SharedFrameworkVersion) diff --git a/test/dotnet-msbuild.Tests/GivenDotnetMSBuildBuildsProjects.cs b/test/dotnet-msbuild.Tests/GivenDotnetMSBuildBuildsProjects.cs index 51e7017b1..4c5cf322e 100644 --- a/test/dotnet-msbuild.Tests/GivenDotnetMSBuildBuildsProjects.cs +++ b/test/dotnet-msbuild.Tests/GivenDotnetMSBuildBuildsProjects.cs @@ -105,11 +105,7 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests result.Should().Fail(); - result.StdOut.Should() - .ContainVisuallySameFragment( -@"Feeds used: - /usr/local/bin - https://api.nuget.org/v3/index.json"); + result.StdOut.Should().ContainVisuallySameFragment(@"source(s): /usr/local/bin, nuget.org"); } [Fact]