From 1d61bf97edbc1fb4231efa66c51398a269b7dfed Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 10 Feb 2017 15:12:52 -0800 Subject: [PATCH] Updated the Shared Framework to 1.1.1 and 1.0.4. --- .../dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj | 2 +- .../dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj | 2 +- .../dotnet-prefercliruntime/dotnet-prefercliruntime.csproj | 2 +- .../AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj | 2 +- .../TestProjects/AppWithDirectDep/AppWithDirectDep.csproj | 2 +- build.proj | 6 +++--- build/Microsoft.DotNet.Cli.DependencyVersions.props | 2 ++ build/Microsoft.DotNet.Cli.Prepare.targets | 2 +- build_projects/dotnet-cli-build/dotnet-cli-build.csproj | 2 +- .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- src/dotnet-archive/dotnet-archive.csproj | 2 +- src/dotnet/dotnet.csproj | 4 ++-- src/redist/redist.csproj | 2 +- src/tool_msbuild/tool_msbuild.csproj | 2 +- src/tool_nuget/tool_nuget.csproj | 2 +- src/tool_roslyn/tool_roslyn.csproj | 4 ++-- test/ArgumentForwardingTests/ArgumentForwardingTests.csproj | 4 ++-- test/ArgumentsReflector/ArgumentsReflector.csproj | 2 +- test/EndToEnd/EndToEnd.csproj | 4 ++-- .../Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj | 2 +- .../GivenAProjectToolsCommandResolver.cs | 2 +- .../Microsoft.DotNet.Cli.Utils.Tests.csproj | 4 ++-- .../Microsoft.DotNet.Configurer.UnitTests.csproj | 2 +- .../Microsoft.DotNet.ProjectJsonMigration.Tests.csproj | 2 +- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 4 ++-- test/Performance/Performance.csproj | 2 +- test/binding-redirects.Tests/binding-redirects.Tests.csproj | 4 ++-- test/crossgen.Tests/crossgen.Tests.csproj | 2 +- .../dotnet-add-package.Tests.csproj | 2 +- .../dotnet-add-reference.Tests.csproj | 2 +- test/dotnet-build.Tests/dotnet-build.Tests.csproj | 2 +- test/dotnet-help.Tests/dotnet-help.Tests.csproj | 2 +- .../dotnet-list-reference.Tests.csproj | 2 +- test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj | 2 +- test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj | 2 +- test/dotnet-new.Tests/dotnet-new.Tests.csproj | 2 +- test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj | 2 +- test/dotnet-pack.Tests/dotnet-pack.Tests.csproj | 2 +- test/dotnet-publish.Tests/dotnet-publish.Tests.csproj | 2 +- .../dotnet-remove-reference.Tests.csproj | 2 +- test/dotnet-restore.Tests/dotnet-restore.Tests.csproj | 4 ++-- test/dotnet-run.Tests/dotnet-run.Tests.csproj | 2 +- test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj | 2 +- test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj | 2 +- test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj | 2 +- test/dotnet-test.Tests/dotnet-test.Tests.csproj | 2 +- test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj | 2 +- test/dotnet.Tests/dotnet.Tests.csproj | 4 ++-- .../msbuild.IntegrationTests.csproj | 2 +- tools/Archiver/Archiver.csproj | 2 +- .../MigrationDefaultsConstructor.csproj | 2 +- 51 files changed, 63 insertions(+), 61 deletions(-) diff --git a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj index c1ec38777..12379b76a 100644 --- a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj +++ b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj @@ -8,7 +8,7 @@ - 1.1.0 + 1.1.1 diff --git a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj index 510f6a431..31099ea7a 100644 --- a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj +++ b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj @@ -9,7 +9,7 @@ - 1.1.0 + 1.1.1 diff --git a/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj b/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj index 5c2bcc31d..5a717573e 100644 --- a/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj +++ b/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj @@ -17,7 +17,7 @@ - 1.1.0 + 1.1.1 diff --git a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj index 9c9243987..4cfdc4a2d 100755 --- a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj @@ -6,7 +6,7 @@ - 1.1.0 + 1.1.1 1.0.0 diff --git a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj index 1f2bc2278..6512f4883 100755 --- a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj @@ -8,7 +8,7 @@ - 1.1.0 + 1.1.1 1.0.0 diff --git a/build.proj b/build.proj index b03807f06..2a1233295 100644 --- a/build.proj +++ b/build.proj @@ -19,12 +19,12 @@ release/1.1.0 Microsoft.NETCore.App - 1.1.0 + 1.1.1 1.1.0 1.1.0 - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 .exe diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/Microsoft.DotNet.Cli.DependencyVersions.props index a946e2742..7e316701a 100644 --- a/build/Microsoft.DotNet.Cli.DependencyVersions.props +++ b/build/Microsoft.DotNet.Cli.DependencyVersions.props @@ -1,6 +1,7 @@ + 1.1.1 15.1.546 2.0.0-rc4-61325-08 1.0.0-alpha-20170207-4 @@ -9,5 +10,6 @@ 15.0.0-preview-20170125-04 1.0.0-beta1-20170202-111 1.0.0-beta1-20170206-112 + 1.1.1 diff --git a/build/Microsoft.DotNet.Cli.Prepare.targets b/build/Microsoft.DotNet.Cli.Prepare.targets index 5eb5af4b1..b1ae16bfd 100644 --- a/build/Microsoft.DotNet.Cli.Prepare.targets +++ b/build/Microsoft.DotNet.Cli.Prepare.targets @@ -125,7 +125,7 @@ preview - 1.0.3 + 1.0.4 1.0.1 1.0.1 diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj index e1ed4996a..5f351ac28 100644 --- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj +++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj @@ -17,7 +17,7 @@ 1.6.0 - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) diff --git a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj index 53f8615de..95539171e 100644 --- a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +++ b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj @@ -15,7 +15,7 @@ 1.0.1-beta-000933 - 1.1.0 + $(PlatformAbstractionsVersion) $(CLI_NuGet_Version) diff --git a/src/dotnet-archive/dotnet-archive.csproj b/src/dotnet-archive/dotnet-archive.csproj index 3bf1aba42..d39246d0a 100644 --- a/src/dotnet-archive/dotnet-archive.csproj +++ b/src/dotnet-archive/dotnet-archive.csproj @@ -13,7 +13,7 @@ - 1.1.0 + 1.1.1 diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 915e1a36b..8b33ceb65 100755 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -41,7 +41,7 @@ 2.0.0 - 1.1.0 + 1.1.1 4.3.0 @@ -69,7 +69,7 @@ $(CLI_MSBuild_Version) - 1.1.0 + $(PlatformAbstractionsVersion) diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index c74807583..f769e28e3 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -9,7 +9,7 @@ - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) diff --git a/src/tool_msbuild/tool_msbuild.csproj b/src/tool_msbuild/tool_msbuild.csproj index 006bbeec2..3e6c6108c 100644 --- a/src/tool_msbuild/tool_msbuild.csproj +++ b/src/tool_msbuild/tool_msbuild.csproj @@ -7,7 +7,7 @@ - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) diff --git a/src/tool_nuget/tool_nuget.csproj b/src/tool_nuget/tool_nuget.csproj index 163953ae9..807c64d41 100644 --- a/src/tool_nuget/tool_nuget.csproj +++ b/src/tool_nuget/tool_nuget.csproj @@ -7,7 +7,7 @@ - 1.1.0 + 1.1.1 $(CLI_NuGet_Version) diff --git a/src/tool_roslyn/tool_roslyn.csproj b/src/tool_roslyn/tool_roslyn.csproj index d02092146..367fdaba6 100644 --- a/src/tool_roslyn/tool_roslyn.csproj +++ b/src/tool_roslyn/tool_roslyn.csproj @@ -8,11 +8,11 @@ true - + - + diff --git a/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj b/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj index 47b35224f..c960959b2 100644 --- a/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj +++ b/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 @@ -42,7 +42,7 @@ 2.2.0-beta4-build3444 - 1.1.0 + $(PlatformAbstractionsVersion) diff --git a/test/ArgumentsReflector/ArgumentsReflector.csproj b/test/ArgumentsReflector/ArgumentsReflector.csproj index 85e00819d..86929d431 100644 --- a/test/ArgumentsReflector/ArgumentsReflector.csproj +++ b/test/ArgumentsReflector/ArgumentsReflector.csproj @@ -17,7 +17,7 @@ - 1.1.0 + 1.1.1 $(CLI_Roslyn_Version) diff --git a/test/EndToEnd/EndToEnd.csproj b/test/EndToEnd/EndToEnd.csproj index 07404de4c..cf82dfe98 100644 --- a/test/EndToEnd/EndToEnd.csproj +++ b/test/EndToEnd/EndToEnd.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 @@ -52,7 +52,7 @@ 1.0.0-prerelease-00206 - 1.1.0 + $(PlatformAbstractionsVersion) diff --git a/test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj b/test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj index 339fbd222..ee2b580e0 100644 --- a/test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj +++ b/test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj @@ -21,7 +21,7 @@ - 1.1.0 + 1.1.1 $(CLI_TestPlatform_Version) diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs b/test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs index be5c756b6..7602d42a5 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs @@ -282,7 +282,7 @@ namespace Microsoft.DotNet.Tests result.Should().NotBeNull(); - result.Args.Should().Contain("--fx-version 1.1.0"); + result.Args.Should().Contain("--fx-version 1.1.1"); } [Fact] diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj b/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj index 9e1e3201d..6012cbae8 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj @@ -48,7 +48,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 @@ -75,7 +75,7 @@ 2.2.0-beta4-build3444 - 1.1.0 + $(PlatformAbstractionsVersion) $(CLI_MSBuild_Version) diff --git a/test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj b/test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj index 793b249b9..43e3a85da 100644 --- a/test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj +++ b/test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj b/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj index 0b76dd001..bec7acb8c 100644 --- a/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj +++ b/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj @@ -44,7 +44,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index 3f4dfe997..624ba4138 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -24,7 +24,7 @@ 4.18.0 - 1.1.0 + 1.1.1 4.3.0 @@ -33,7 +33,7 @@ 2.2.0-beta4-build3444 - 1.1.0 + $(PlatformAbstractionsVersion) diff --git a/test/Performance/Performance.csproj b/test/Performance/Performance.csproj index 7c295a2be..0db2ea215 100644 --- a/test/Performance/Performance.csproj +++ b/test/Performance/Performance.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/binding-redirects.Tests/binding-redirects.Tests.csproj b/test/binding-redirects.Tests/binding-redirects.Tests.csproj index 5e1b681d2..bb05cdb41 100644 --- a/test/binding-redirects.Tests/binding-redirects.Tests.csproj +++ b/test/binding-redirects.Tests/binding-redirects.Tests.csproj @@ -13,10 +13,10 @@ - + - + diff --git a/test/crossgen.Tests/crossgen.Tests.csproj b/test/crossgen.Tests/crossgen.Tests.csproj index c5d314cde..b261b6006 100644 --- a/test/crossgen.Tests/crossgen.Tests.csproj +++ b/test/crossgen.Tests/crossgen.Tests.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj b/test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj index 63c5eff1c..bacf9a867 100644 --- a/test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj +++ b/test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj b/test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj index d7072a465..5583624ce 100644 --- a/test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj +++ b/test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj @@ -36,7 +36,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-build.Tests/dotnet-build.Tests.csproj b/test/dotnet-build.Tests/dotnet-build.Tests.csproj index 10a181763..5305d9b89 100644 --- a/test/dotnet-build.Tests/dotnet-build.Tests.csproj +++ b/test/dotnet-build.Tests/dotnet-build.Tests.csproj @@ -35,7 +35,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-help.Tests/dotnet-help.Tests.csproj b/test/dotnet-help.Tests/dotnet-help.Tests.csproj index 0b2aea8f7..ce66bb27b 100644 --- a/test/dotnet-help.Tests/dotnet-help.Tests.csproj +++ b/test/dotnet-help.Tests/dotnet-help.Tests.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) diff --git a/test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj b/test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj index 4fbc41e22..1784cb91b 100644 --- a/test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj +++ b/test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj @@ -36,7 +36,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj b/test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj index 64e43d38a..b47a90d92 100644 --- a/test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj +++ b/test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj @@ -48,7 +48,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj b/test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj index a601acd01..6a0161598 100644 --- a/test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj +++ b/test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj @@ -46,7 +46,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.1.1 diff --git a/test/dotnet-new.Tests/dotnet-new.Tests.csproj b/test/dotnet-new.Tests/dotnet-new.Tests.csproj index fc811a75c..938815ca6 100644 --- a/test/dotnet-new.Tests/dotnet-new.Tests.csproj +++ b/test/dotnet-new.Tests/dotnet-new.Tests.csproj @@ -46,7 +46,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) diff --git a/test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj b/test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj index b67766466..2a867a0fc 100644 --- a/test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj +++ b/test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj @@ -46,7 +46,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-pack.Tests/dotnet-pack.Tests.csproj b/test/dotnet-pack.Tests/dotnet-pack.Tests.csproj index b6d0698e3..a32269964 100644 --- a/test/dotnet-pack.Tests/dotnet-pack.Tests.csproj +++ b/test/dotnet-pack.Tests/dotnet-pack.Tests.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-publish.Tests/dotnet-publish.Tests.csproj b/test/dotnet-publish.Tests/dotnet-publish.Tests.csproj index 23daaa675..f791bdbd9 100644 --- a/test/dotnet-publish.Tests/dotnet-publish.Tests.csproj +++ b/test/dotnet-publish.Tests/dotnet-publish.Tests.csproj @@ -42,7 +42,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj b/test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj index a339974dd..932a5c975 100644 --- a/test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj +++ b/test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj @@ -36,7 +36,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-restore.Tests/dotnet-restore.Tests.csproj b/test/dotnet-restore.Tests/dotnet-restore.Tests.csproj index 2cc814fb5..40890b935 100644 --- a/test/dotnet-restore.Tests/dotnet-restore.Tests.csproj +++ b/test/dotnet-restore.Tests/dotnet-restore.Tests.csproj @@ -46,7 +46,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version) @@ -55,7 +55,7 @@ 2.2.0-beta4-build3444 - 1.1.0 + $(PlatformAbstractionsVersion) 4.18.0 diff --git a/test/dotnet-run.Tests/dotnet-run.Tests.csproj b/test/dotnet-run.Tests/dotnet-run.Tests.csproj index 4b3dece00..c726786d9 100644 --- a/test/dotnet-run.Tests/dotnet-run.Tests.csproj +++ b/test/dotnet-run.Tests/dotnet-run.Tests.csproj @@ -35,7 +35,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj b/test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj index 29025c38a..5c7016d70 100644 --- a/test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj +++ b/test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj @@ -24,7 +24,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj b/test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj index 6dc24ff30..dd06fa7e6 100644 --- a/test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj +++ b/test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj @@ -24,7 +24,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj b/test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj index 5e062c352..b7e10b39a 100644 --- a/test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj +++ b/test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj @@ -24,7 +24,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/test/dotnet-test.Tests/dotnet-test.Tests.csproj b/test/dotnet-test.Tests/dotnet-test.Tests.csproj index aa68a2b2b..e3aec204f 100644 --- a/test/dotnet-test.Tests/dotnet-test.Tests.csproj +++ b/test/dotnet-test.Tests/dotnet-test.Tests.csproj @@ -35,7 +35,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj b/test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj index 99ab8dfcc..31a3ddbdc 100644 --- a/test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj +++ b/test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj @@ -35,7 +35,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 diff --git a/test/dotnet.Tests/dotnet.Tests.csproj b/test/dotnet.Tests/dotnet.Tests.csproj index afde5c00a..2ea831632 100644 --- a/test/dotnet.Tests/dotnet.Tests.csproj +++ b/test/dotnet.Tests/dotnet.Tests.csproj @@ -60,7 +60,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 4.3.0 @@ -72,7 +72,7 @@ 1.0.0-prerelease-00206 - 1.1.0 + $(PlatformAbstractionsVersion) diff --git a/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj b/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj index c6adb0cd5..05bea77b1 100644 --- a/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj +++ b/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj @@ -35,7 +35,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + 1.1.1 2.2.0-beta4-build3444 diff --git a/tools/Archiver/Archiver.csproj b/tools/Archiver/Archiver.csproj index d8cb679dc..02242cee4 100644 --- a/tools/Archiver/Archiver.csproj +++ b/tools/Archiver/Archiver.csproj @@ -16,7 +16,7 @@ - 1.1.0 + 1.1.1 diff --git a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj index 090b114cd..0eb0880f4 100644 --- a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj +++ b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj @@ -13,7 +13,7 @@ - 1.1.0 + 1.1.1 $(CLI_MSBuild_Version)