From 9f2ca9989c08e1d8acb8606321c9aafb64fcf812 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 10 Feb 2017 15:55:09 -0800 Subject: [PATCH] Introducing a in DependencyVersions to facilitate these updates in the future. Also aligns with master. --- .../TestPackages/ToolWithOutputName/ToolWithOutputName.csproj | 2 +- .../dotnet-dependency-context-test.csproj | 2 +- .../dotnet-dependency-tool-invoker.csproj | 2 +- .../dotnet-desktop-and-portable.csproj | 2 +- .../dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj | 4 +++- .../dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj | 4 +++- .../TestPackages/dotnet-portable/dotnet-portable.csproj | 4 +++- .../dotnet-prefercliruntime/dotnet-prefercliruntime.csproj | 4 +++- .../AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj | 2 +- .../TestProjects/AppWithDirectDep/AppWithDirectDep.csproj | 2 +- src/dotnet-archive/dotnet-archive.csproj | 2 +- src/dotnet/dotnet.csproj | 2 +- 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 | 2 +- test/ArgumentForwardingTests/ArgumentForwardingTests.csproj | 2 +- test/ArgumentsReflector/ArgumentsReflector.csproj | 2 +- test/EndToEnd/EndToEnd.csproj | 2 +- .../Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj | 2 +- .../Microsoft.DotNet.Cli.Utils.Tests.csproj | 2 +- .../Microsoft.DotNet.Configurer.UnitTests.csproj | 2 +- .../Microsoft.DotNet.ProjectJsonMigration.Tests.csproj | 2 +- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 2 +- test/Performance/Performance.csproj | 2 +- test/binding-redirects.Tests/binding-redirects.Tests.csproj | 2 +- test/crossgen.Tests/crossgen.Tests.csproj | 2 +- test/dotnet-add-package.Tests/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 | 2 +- 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 | 2 +- test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj | 2 +- tools/Archiver/Archiver.csproj | 2 +- .../MigrationDefaultsConstructor.csproj | 2 +- 50 files changed, 58 insertions(+), 50 deletions(-) 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 12379b76a..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.1 + $(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 31099ea7a..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.1 + $(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 5a717573e..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.1 + $(CLI_SharedFrameworkVersion) diff --git a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj index 4cfdc4a2d..eb4dbed83 100755 --- a/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj @@ -6,7 +6,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) 1.0.0 diff --git a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj index 6512f4883..7172ce432 100755 --- a/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj +++ b/TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj @@ -8,7 +8,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) 1.0.0 diff --git a/src/dotnet-archive/dotnet-archive.csproj b/src/dotnet-archive/dotnet-archive.csproj index d39246d0a..1c5736cc8 100644 --- a/src/dotnet-archive/dotnet-archive.csproj +++ b/src/dotnet-archive/dotnet-archive.csproj @@ -13,7 +13,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 8b33ceb65..7356a2e8b 100755 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -41,7 +41,7 @@ 2.0.0 - 1.1.1 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index f769e28e3..d9a4fa8d1 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -9,7 +9,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version) diff --git a/src/tool_msbuild/tool_msbuild.csproj b/src/tool_msbuild/tool_msbuild.csproj index 3e6c6108c..d0d1c3f5d 100644 --- a/src/tool_msbuild/tool_msbuild.csproj +++ b/src/tool_msbuild/tool_msbuild.csproj @@ -7,7 +7,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version) diff --git a/src/tool_nuget/tool_nuget.csproj b/src/tool_nuget/tool_nuget.csproj index 807c64d41..d276bb7de 100644 --- a/src/tool_nuget/tool_nuget.csproj +++ b/src/tool_nuget/tool_nuget.csproj @@ -7,7 +7,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) $(CLI_NuGet_Version) diff --git a/src/tool_roslyn/tool_roslyn.csproj b/src/tool_roslyn/tool_roslyn.csproj index 367fdaba6..69dbd987b 100644 --- a/src/tool_roslyn/tool_roslyn.csproj +++ b/src/tool_roslyn/tool_roslyn.csproj @@ -8,7 +8,7 @@ true - + diff --git a/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj b/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj index c960959b2..888fe6042 100644 --- a/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj +++ b/test/ArgumentForwardingTests/ArgumentForwardingTests.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.1 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/test/ArgumentsReflector/ArgumentsReflector.csproj b/test/ArgumentsReflector/ArgumentsReflector.csproj index 86929d431..a3fd3f6c4 100644 --- a/test/ArgumentsReflector/ArgumentsReflector.csproj +++ b/test/ArgumentsReflector/ArgumentsReflector.csproj @@ -17,7 +17,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) $(CLI_Roslyn_Version) diff --git a/test/EndToEnd/EndToEnd.csproj b/test/EndToEnd/EndToEnd.csproj index cf82dfe98..7ca95ba8c 100644 --- a/test/EndToEnd/EndToEnd.csproj +++ b/test/EndToEnd/EndToEnd.csproj @@ -40,7 +40,7 @@ 2.2.0-beta4-build1194 - 1.1.1 + $(CLI_SharedFrameworkVersion) 4.3.0 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 ee2b580e0..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.1 + $(CLI_SharedFrameworkVersion) $(CLI_TestPlatform_Version) 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 6012cbae8..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.1 + $(CLI_SharedFrameworkVersion) 4.3.0 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 43e3a85da..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.1 + $(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 bec7acb8c..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.1 + $(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 624ba4138..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.1 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/test/Performance/Performance.csproj b/test/Performance/Performance.csproj index 0db2ea215..db7cf67c3 100644 --- a/test/Performance/Performance.csproj +++ b/test/Performance/Performance.csproj @@ -33,7 +33,7 @@ 2.2.0-beta4-build1194 - 1.1.1 + $(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 bb05cdb41..19083bc65 100644 --- a/test/binding-redirects.Tests/binding-redirects.Tests.csproj +++ b/test/binding-redirects.Tests/binding-redirects.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/test/crossgen.Tests/crossgen.Tests.csproj b/test/crossgen.Tests/crossgen.Tests.csproj index b261b6006..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.1 + $(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 bacf9a867..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 5583624ce..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.1 + $(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 5305d9b89..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.1 + $(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 ce66bb27b..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.1 + $(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 1784cb91b..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.1 + $(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 b47a90d92..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.1 + $(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 6a0161598..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.1 + $(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 938815ca6..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.1 + $(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 2a867a0fc..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.1 + $(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 a32269964..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.1 + $(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 f791bdbd9..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.1 + $(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 932a5c975..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.1 + $(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 40890b935..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.1 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version) diff --git a/test/dotnet-run.Tests/dotnet-run.Tests.csproj b/test/dotnet-run.Tests/dotnet-run.Tests.csproj index c726786d9..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.1 + $(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 5c7016d70..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.1 + $(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 dd06fa7e6..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.1 + $(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 b7e10b39a..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.1 + $(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 e3aec204f..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.1 + $(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 31a3ddbdc..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.1 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/test/dotnet.Tests/dotnet.Tests.csproj b/test/dotnet.Tests/dotnet.Tests.csproj index 2ea831632..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.1 + $(CLI_SharedFrameworkVersion) 4.3.0 diff --git a/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj b/test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj index 05bea77b1..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.1 + $(CLI_SharedFrameworkVersion) 2.2.0-beta4-build3444 diff --git a/tools/Archiver/Archiver.csproj b/tools/Archiver/Archiver.csproj index 02242cee4..bebe500cd 100644 --- a/tools/Archiver/Archiver.csproj +++ b/tools/Archiver/Archiver.csproj @@ -16,7 +16,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) diff --git a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj index 0eb0880f4..be60b3c6b 100644 --- a/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj +++ b/tools/MigrationDefaultsConstructor/MigrationDefaultsConstructor.csproj @@ -13,7 +13,7 @@ - 1.1.1 + $(CLI_SharedFrameworkVersion) $(CLI_MSBuild_Version)