From fc77d7e15233fc88d740c0d5351f39f640b76c5f Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Mon, 10 Apr 2017 20:00:17 -0700 Subject: [PATCH] Update templates & engine, rename --skip-restore to --no-restore --- build/DependencyVersions.props | 8 ++++---- build/compile/LzmaArchive.targets | 2 +- .../GenerateNuGetPackagesArchiveVersion.cs | 2 +- .../dotnet-migrate/TemporaryDotnetNewTemplateProject.cs | 2 +- test/EndToEnd/GivenDotNetUsesMSBuild.cs | 2 +- .../dotnet-add-reference.Tests/GivenDotnetAddReference.cs | 2 +- test/dotnet-build.Tests/GivenDotnetBuildBuildsCsproj.cs | 2 +- .../GivenDotnetListReference.cs | 2 +- test/dotnet-new.Tests/GivenThatIWantANewApp.cs | 8 ++++---- .../GivenThatIWantANewAppWithSpecifiedType.cs | 2 +- test/dotnet-pack.Tests/PackTests.cs | 2 +- .../GivenDotnetPublishPublishesProjects.cs | 2 +- .../dotnet-remove-reference.Tests/GivenDotnetRemoveP2P.cs | 2 +- test/dotnet-restore.Tests/GivenThatIWantToRestoreApp.cs | 4 ++-- test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs | 2 +- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index b187b78a6..d4b71bf9f 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -11,12 +11,12 @@ $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) $(CLI_SharedFrameworkVersion) - 1.0.0-beta2-20170405-182 - 1.0.0-beta2-20170405-182 - 1.0.0-beta2-20170405-182 + 1.0.0-beta2-20170410-189 + 1.0.0-beta2-20170410-189 + 1.0.0-beta2-20170410-189 1.0.3 1.0.3 - 0.1.0-alpha-138 + 0.1.0-alpha-140 diff --git a/build/compile/LzmaArchive.targets b/build/compile/LzmaArchive.targets index c4772470a..df6e34f30 100644 --- a/build/compile/LzmaArchive.targets +++ b/build/compile/LzmaArchive.targets @@ -92,7 +92,7 @@