From f49f8c0700491d03c229543fc68980a613c56028 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:56:48 +0000 Subject: [PATCH 1/3] Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20230904.3 (#4687) Microsoft.Internal.CodeCoverage From Version 17.8.5-beta.23430.1 -> To Version 17.8.5-beta.23454.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19a35fba8b..c377c003db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage - 1855f8fe16e76d06d239b2da824d5f3670efeb0d + e69162f90f652d7cb53b429a412b70f362e5e19d https://github.com/dotnet/diagnostics diff --git a/eng/Versions.props b/eng/Versions.props index 87b978c3e0..a68bbd8c5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ 3.0.0 2.0.0 17.4.0-beta.22478.3 - 17.8.5-beta.23430.1 + 17.8.5-beta.23454.3 4.7.0-3.23315.4 17.6.33910.51 $(MicrosoftVisualStudioDiagnosticsUtilitiesVersion) From e527e41b00c1418bc09abfe4f9550de43f232a27 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:17:26 +0000 Subject: [PATCH 2/3] [main] Update dependencies from dotnet/source-build-reference-packages (#4677) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c377c003db..5d5c89dcdb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,9 +19,9 @@ e3cc6c792114ebdfe6627742d2820dbe1ae5bc47 - + https://github.com/dotnet/source-build-reference-packages - 45f5554ac6813e1e155c47fd80ec146c684f65e8 + 0030d238c7929b0e9b06576837b60ad90037b1d2 From bb99e3ea07aaecd62d5c59568524133317d081b4 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Wed, 6 Sep 2023 11:49:29 -0500 Subject: [PATCH 3/3] Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 (#4681) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../AdapterUtilitiesPlayground.csproj | 2 +- .../Microsoft.TestPlatform.CommunicationUtilities.csproj | 2 +- .../Microsoft.TestPlatform.Extensions.TrxLogger.csproj | 2 +- .../Microsoft.TestPlatform.Extensions.TrxLogger.nuspec | 4 ++-- .../Microsoft.TestPlatform.TestHostProvider.csproj | 2 +- ...crosoft.TestPlatform.VsTestConsole.TranslationLayer.csproj | 2 +- ...crosoft.TestPlatform.VsTestConsole.TranslationLayer.nuspec | 2 +- .../Microsoft.TestPlatform.TestHost.csproj | 2 +- .../Microsoft.TestPlatform.TestHost.nuspec | 2 +- .../Microsoft.TestPlatform.AdapterUtilities.UnitTests.csproj | 2 +- .../Microsoft.TestPlatform.ObjectModel.UnitTests.csproj | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d5c89dcdb..fafb1adf99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,9 +14,9 @@ 5ce78f66d89ea529e459abddb129ab36cb5bd936 - + https://github.com/dotnet/source-build-externals - e3cc6c792114ebdfe6627742d2820dbe1ae5bc47 + 0603839a51f5e18b89c60a3690aff5e81fa666ca diff --git a/eng/Versions.props b/eng/Versions.props index a68bbd8c5d..06423ba803 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,6 +39,7 @@ 16.3.42 17.4.2116 13.0.1 + 13.0.3 3.3.3 3.3.4-beta1.21554.2 1.5.0 @@ -94,6 +95,5 @@ (or the respective branch. It also needs to be on nuget.org. --> 6.5.0 5.0.0 - 13.0.1 diff --git a/playground/AdapterUtilitiesPlayground/AdapterUtilitiesPlayground.csproj b/playground/AdapterUtilitiesPlayground/AdapterUtilitiesPlayground.csproj index 922a3b15e7..c349ddd70e 100644 --- a/playground/AdapterUtilitiesPlayground/AdapterUtilitiesPlayground.csproj +++ b/playground/AdapterUtilitiesPlayground/AdapterUtilitiesPlayground.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj index 0ba4614f74..a8f956eba5 100644 --- a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj +++ b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj @@ -10,7 +10,7 @@ - $(JsonNetVersion) + $(NewtonsoftJsonVersion) diff --git a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj index 4226706d05..9a70badab6 100644 --- a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj +++ b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.nuspec b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.nuspec index 9226c84c82..adfd9708bc 100644 --- a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.nuspec +++ b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.nuspec @@ -5,11 +5,11 @@ - + - + diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj index 6f4c86bc63..42519a6811 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj +++ b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj @@ -24,7 +24,7 @@ - + diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj index 914d20de12..b235169a90 100644 --- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj +++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj @@ -23,7 +23,7 @@ - + diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.nuspec b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.nuspec index 34b1d54eea..4da3c58780 100644 --- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.nuspec +++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.nuspec @@ -5,7 +5,7 @@ - + diff --git a/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.csproj b/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.csproj index c291fdfa05..076a5ab5c5 100644 --- a/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.csproj +++ b/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.nuspec b/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.nuspec index 2b310f8b6a..2b676ebbdb 100644 --- a/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.nuspec +++ b/src/package/Microsoft.TestPlatform.TestHost/Microsoft.TestPlatform.TestHost.nuspec @@ -6,7 +6,7 @@ - + diff --git a/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/Microsoft.TestPlatform.AdapterUtilities.UnitTests.csproj b/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/Microsoft.TestPlatform.AdapterUtilities.UnitTests.csproj index 70da778f0b..c2f98954c2 100644 --- a/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/Microsoft.TestPlatform.AdapterUtilities.UnitTests.csproj +++ b/test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/Microsoft.TestPlatform.AdapterUtilities.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/test/Microsoft.TestPlatform.ObjectModel.UnitTests/Microsoft.TestPlatform.ObjectModel.UnitTests.csproj b/test/Microsoft.TestPlatform.ObjectModel.UnitTests/Microsoft.TestPlatform.ObjectModel.UnitTests.csproj index 333c0b4724..6429c9b26b 100644 --- a/test/Microsoft.TestPlatform.ObjectModel.UnitTests/Microsoft.TestPlatform.ObjectModel.UnitTests.csproj +++ b/test/Microsoft.TestPlatform.ObjectModel.UnitTests/Microsoft.TestPlatform.ObjectModel.UnitTests.csproj @@ -12,7 +12,7 @@ - $(JsonNetVersion) + $(NewtonsoftJsonVersion)