From 8d1b5fdf5d8d6ef1f326b0cf4b06b40be4f6a749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 5 Jun 2023 12:40:40 +0200 Subject: [PATCH 1/2] Downgrade Nuget.Frameworks to 6.5.0 --- scripts/build/TestPlatform.Dependencies.props | 3 ++- src/package/nuspec/TestPlatform.ObjectModel.nuspec | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index 2634fbd6ba..1728cf0bf0 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -55,7 +55,8 @@ - 6.6.0 + + 6.5.0 5.0.0 13.0.1 diff --git a/src/package/nuspec/TestPlatform.ObjectModel.nuspec b/src/package/nuspec/TestPlatform.ObjectModel.nuspec index 3a72805c58..6687643977 100644 --- a/src/package/nuspec/TestPlatform.ObjectModel.nuspec +++ b/src/package/nuspec/TestPlatform.ObjectModel.nuspec @@ -22,17 +22,17 @@ - + - + - + From 435ce2c00ea9fab092aea7063587701885bf7b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 5 Jun 2023 12:42:01 +0200 Subject: [PATCH 2/2] Update branding to 17.6.2 --- eng/Versions.props | 2 +- scripts/build/TestPlatform.Dependencies.props | 2 +- scripts/build/TestPlatform.Settings.targets | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 888371eec6..7cc6559e59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.6.1 + 17.6.2 preview false diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index 1728cf0bf0..25e7dbab05 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -12,7 +12,7 @@ and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync --> - 17.6.1-dev + 17.6.2-dev diff --git a/scripts/build/TestPlatform.Settings.targets b/scripts/build/TestPlatform.Settings.targets index 1aadfb6a08..2881565902 100644 --- a/scripts/build/TestPlatform.Settings.targets +++ b/scripts/build/TestPlatform.Settings.targets @@ -5,7 +5,7 @@ - 17.6.1 + 17.6.2 preview true preview