From f8408177c896f8fc1f38cf5c10953efb4db3aeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 23 May 2022 10:00:34 +0200 Subject: [PATCH 1/2] Update MSTest and VSTest versions --- scripts/build/TestPlatform.Dependencies.props | 16 ++++++++-------- .../ArchitectureSwitch/ArchitectureSwitch.csproj | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index c1c05c5f9b..a5c681d92b 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -15,8 +15,8 @@ - 2.2.9-preview-20220210-07 - 2.2.9-preview-20220210-07 + 2.2.10 + 2.2.10 1.0.3-preview 2.3.1 @@ -33,9 +33,9 @@ Exact versions are used to avoid Nuget substituting them by closest match, if we make a typo. These versions need to be "statically" readable because we read this file as xml in our build and tests. --> - [2.2.9-preview-20220210-07] - [2.2.8] - [2.2.7] + [2.2.10-preview-20220414-01] + [2.2.10] + [2.2.9] [2.1.0] [2.1.0] [1.4.0] @@ -45,9 +45,9 @@ See Invoke-TestAssetsBuild in scripts/build.ps1. Exact versions are used to avoid Nuget substituting them by closest match, if we make a typo. These versions need to be "statically" readable because we read this file as xml in our build and tests. --> - [17.2.0-preview-20220131-20] - [17.1.0] - [17.0.0] + [17.2.0-preview-20220401-08] + [17.2.0] + [17.1.0] [16.6.1] [16.11.0] [15.9.2] diff --git a/test/TestAssets/ArchitectureSwitch/ArchitectureSwitch.csproj b/test/TestAssets/ArchitectureSwitch/ArchitectureSwitch.csproj index 403d1415cc..96466b21a1 100644 --- a/test/TestAssets/ArchitectureSwitch/ArchitectureSwitch.csproj +++ b/test/TestAssets/ArchitectureSwitch/ArchitectureSwitch.csproj @@ -6,8 +6,8 @@ - - + + From 2dd98e043bd5117402376425a9f9ecd060802e8d Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:03:17 +0300 Subject: [PATCH 2/2] Upgraded MSTest. --- scripts/build/TestPlatform.Dependencies.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index a5c681d92b..25b3bc14bf 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -15,8 +15,8 @@ - 2.2.10 - 2.2.10 + 2.3.0-preview-20220613-02 + 2.3.0-preview-20220613-02 1.0.3-preview 2.3.1 @@ -33,7 +33,7 @@ Exact versions are used to avoid Nuget substituting them by closest match, if we make a typo. These versions need to be "statically" readable because we read this file as xml in our build and tests. --> - [2.2.10-preview-20220414-01] + [2.3.0-preview-20220613-02] [2.2.10] [2.2.9] [2.1.0]