diff --git a/TestAssets/TestPackages/ToolWithOutputName/ToolWithOutputName.csproj b/TestAssets/TestPackages/ToolWithOutputName/ToolWithOutputName.csproj index 56cee9233..59a2ee3db 100644 --- a/TestAssets/TestPackages/ToolWithOutputName/ToolWithOutputName.csproj +++ b/TestAssets/TestPackages/ToolWithOutputName/ToolWithOutputName.csproj @@ -14,7 +14,7 @@ - 1.0.3 + 1.0.4 diff --git a/TestAssets/TestPackages/dotnet-dependency-context-test/dotnet-dependency-context-test.csproj b/TestAssets/TestPackages/dotnet-dependency-context-test/dotnet-dependency-context-test.csproj index 241f2d9ce..95d254ef9 100644 --- a/TestAssets/TestPackages/dotnet-dependency-context-test/dotnet-dependency-context-test.csproj +++ b/TestAssets/TestPackages/dotnet-dependency-context-test/dotnet-dependency-context-test.csproj @@ -15,7 +15,7 @@ - 1.0.3 + 1.0.4 1.0.1-beta-000933 diff --git a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj index 61ab7e04f..627218965 100644 --- a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj +++ b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj @@ -23,7 +23,7 @@ - 1.0.3 + 1.0.4 $(CLI_NuGet_Version) diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj index 11e93e15a..41da0203f 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj @@ -15,7 +15,7 @@ - 1.0.3 + 1.0.4 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..67c8c63cf 100644 --- a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj +++ b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj @@ -1,4 +1,6 @@  + + netcoreapp1.1 dotnet-hello @@ -8,7 +10,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) 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..ba385070d 100644 --- a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj +++ b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj @@ -1,4 +1,6 @@  + + 2.0.0 netcoreapp1.1 @@ -9,7 +11,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) diff --git a/TestAssets/TestPackages/dotnet-portable/dotnet-portable.csproj b/TestAssets/TestPackages/dotnet-portable/dotnet-portable.csproj index b341aac64..65e89e284 100644 --- a/TestAssets/TestPackages/dotnet-portable/dotnet-portable.csproj +++ b/TestAssets/TestPackages/dotnet-portable/dotnet-portable.csproj @@ -1,4 +1,6 @@  + + netcoreapp1.0 dotnet-portable @@ -13,7 +15,7 @@ - 1.0.3 + 1.0.4 diff --git a/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj b/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj index 5c2bcc31d..5ac0d94d0 100644 --- a/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj +++ b/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj @@ -1,4 +1,6 @@  + + netcoreapp1.0 Exe @@ -17,7 +19,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) diff --git a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj index 9c9243987..eb4dbed83 100755 --- a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj @@ -6,7 +6,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) 1.0.0 diff --git a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj index 1f2bc2278..7172ce432 100755 --- a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj @@ -8,7 +8,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) 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 74ab8083a..fd3c45a5b 100644 --- a/build/Microsoft.DotNet.Cli.Prepare.targets +++ b/build/Microsoft.DotNet.Cli.Prepare.targets @@ -130,7 +130,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..1c5736cc8 100644 --- a/src/dotnet-archive/dotnet-archive.csproj +++ b/src/dotnet-archive/dotnet-archive.csproj @@ -13,7 +13,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 915e1a36b..7356a2e8b 100755 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -41,7 +41,7 @@ 2.0.0 - 1.1.0 + $(CLI_SharedFrameworkVersion) 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..d9a4fa8d1 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -9,7 +9,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version) diff --git a/src/tool_msbuild/tool_msbuild.csproj b/src/tool_msbuild/tool_msbuild.csproj index 006bbeec2..d0d1c3f5d 100644 --- a/src/tool_msbuild/tool_msbuild.csproj +++ b/src/tool_msbuild/tool_msbuild.csproj @@ -7,7 +7,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version) diff --git a/src/tool_nuget/tool_nuget.csproj b/src/tool_nuget/tool_nuget.csproj index 163953ae9..d276bb7de 100644 --- a/src/tool_nuget/tool_nuget.csproj +++ b/src/tool_nuget/tool_nuget.csproj @@ -7,7 +7,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) $(CLI_NuGet_Version) diff --git a/src/tool_roslyn/tool_roslyn.csproj b/src/tool_roslyn/tool_roslyn.csproj index d02092146..69dbd987b 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..888fe6042 100644 --- a/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj +++ b/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + $(CLI_SharedFrameworkVersion) 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..a3fd3f6c4 100644 --- a/test/ArgumentsReflector/ArgumentsReflector.csproj +++ b/test/ArgumentsReflector/ArgumentsReflector.csproj @@ -17,7 +17,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) $(CLI_Roslyn_Version) diff --git a/test/EndToEnd/EndToEnd.csproj b/test/EndToEnd/EndToEnd.csproj index 07404de4c..7ca95ba8c 100644 --- a/test/EndToEnd/EndToEnd.csproj +++ b/test/EndToEnd/EndToEnd.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + $(CLI_SharedFrameworkVersion) 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..a9b8cb2c6 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 + $(CLI_SharedFrameworkVersion) $(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..1d75acc20 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 + $(CLI_SharedFrameworkVersion) 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..f693092a6 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 + $(CLI_SharedFrameworkVersion) 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..0c6dd246d 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 + $(CLI_SharedFrameworkVersion) 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..7a97523be 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 + $(CLI_SharedFrameworkVersion) 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..db7cf67c3 100644 --- a/test/Performance/Performance.csproj +++ b/test/Performance/Performance.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.0 + $(CLI_SharedFrameworkVersion) 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..19083bc65 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..5c534fed6 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 + $(CLI_SharedFrameworkVersion) 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..00613d49d 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..1d90ee643 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 + $(CLI_SharedFrameworkVersion) 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..a15690feb 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 + $(CLI_SharedFrameworkVersion) 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..8a19ebd9f 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 + $(CLI_SharedFrameworkVersion) $(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..3c408410f 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 + $(CLI_SharedFrameworkVersion) 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..85a5fed00 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 + $(CLI_SharedFrameworkVersion) 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..e0776ff12 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 + $(CLI_SharedFrameworkVersion) 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..c499ac7ef 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 + $(CLI_SharedFrameworkVersion) $(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..e83ed929d 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 + $(CLI_SharedFrameworkVersion) 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..8b26f6100 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 + $(CLI_SharedFrameworkVersion) 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..98ec11d3f 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 + $(CLI_SharedFrameworkVersion) 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..38de20d56 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 + $(CLI_SharedFrameworkVersion) 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..2a67928fd 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 + $(CLI_SharedFrameworkVersion) $(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..2d64763d1 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 + $(CLI_SharedFrameworkVersion) 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..1796866fa 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 + $(CLI_SharedFrameworkVersion) 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..62bdd4d04 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 + $(CLI_SharedFrameworkVersion) 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..5e8905cd6 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 + $(CLI_SharedFrameworkVersion) 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..bbf3d189f 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 + $(CLI_SharedFrameworkVersion) 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..30d2dd075 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 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/test/dotnet.Tests/dotnet.Tests.csproj b/test/dotnet.Tests/dotnet.Tests.csproj index afde5c00a..1819341b9 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 + $(CLI_SharedFrameworkVersion) 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..47acfd6ce 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 + $(CLI_SharedFrameworkVersion) 2.2.0-beta4-build3444 diff --git a/tools/Archiver/Archiver.csproj b/tools/Archiver/Archiver.csproj index d8cb679dc..bebe500cd 100644 --- a/tools/Archiver/Archiver.csproj +++ b/tools/Archiver/Archiver.csproj @@ -16,7 +16,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) diff --git a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj index 090b114cd..be60b3c6b 100644 --- a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj +++ b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj @@ -13,7 +13,7 @@ - 1.1.0 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version)