From 2f5673f953e48d46297f55951df6127737349687 Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Tue, 11 Apr 2017 13:17:33 -0700 Subject: [PATCH] moving dependecymodel and platformabstraction to preview1-001960 --- TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj | 2 +- build/DependencyVersions.props | 4 ++-- build_projects/dotnet-cli-build/dotnet-cli-build.csproj | 2 +- .../GivenDotnetStoresAndPublishesProjects.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj index a604faff2..1f9b629d4 100644 --- a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj +++ b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj @@ -4,7 +4,7 @@ Exe netcoreapp2.0 - win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64 + win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64 $(CLI_SharedFrameworkVersion) netcoreapp2.0 diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 3e7e45278..9290ebc45 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -14,8 +14,8 @@ 1.0.0-beta2-20170410-189 1.0.0-beta2-20170410-189 1.0.0-beta2-20170410-189 - 1.0.3 - 1.0.3 + 2.0.0-preview1-001960 + 2.0.0-preview1-001960 0.1.0-alpha-142 diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj index abace8f08..c708b6327 100644 --- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj +++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj @@ -27,7 +27,7 @@ - + diff --git a/test/dotnet-store.Tests/GivenDotnetStoresAndPublishesProjects.cs b/test/dotnet-store.Tests/GivenDotnetStoresAndPublishesProjects.cs index 00fad8877..afd87bb00 100644 --- a/test/dotnet-store.Tests/GivenDotnetStoresAndPublishesProjects.cs +++ b/test/dotnet-store.Tests/GivenDotnetStoresAndPublishesProjects.cs @@ -101,7 +101,7 @@ namespace Microsoft.DotNet.Cli.Publish.Tests new DotnetCommand() .ExecuteWithCapturedOutput(outputDll) .Should().Fail() - .And.HaveStdErrContaining("assembly specified in the dependencies manifest was not found -- package: 'newtonsoft.json',"); + .And.HaveStdErrContaining("assembly specified in the dependencies manifest was not found -- package: 'Newtonsoft.Json',"); } [Fact]