From d0447cf1d347c09180681b9201075acf2fdc3e20 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Sat, 19 Sep 2020 13:58:10 -0400 Subject: [PATCH] Bump to 4.7.2 --- src/xunit.runner.visualstudio/Constants.cs | 2 +- .../xunit.runner.visualstudio.csproj | 5 +++-- .../test.xunit.runner.visualstudio.csproj | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/xunit.runner.visualstudio/Constants.cs b/src/xunit.runner.visualstudio/Constants.cs index 985489df..c99c463b 100644 --- a/src/xunit.runner.visualstudio/Constants.cs +++ b/src/xunit.runner.visualstudio/Constants.cs @@ -2,7 +2,7 @@ { public static class Constants { -#if NET452 +#if NET472 public const string ExecutorUri = "executor://xunit/VsTestRunner2/net"; #elif WINDOWS_UAP public const string ExecutorUri = "executor://xunit/VsTestRunner2/uap"; diff --git a/src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj b/src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj index 70f49458..7b6e9b79 100644 --- a/src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj +++ b/src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj @@ -6,15 +6,16 @@ xUnit.net Runner for Visual Studio ($(TargetFramework)) true Xunit.Runner.VisualStudio - net452;netcoreapp2.1;uap10.0.16299 + net472;netcoreapp2.1;uap10.0.16299 true - Visual Studio 2017 15.9+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 2.1 or later, and Universal Windows 10.0.16299 or later. + Visual Studio 2019 16.8+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 2.1 or later, and Universal Windows 10.0.16299 or later. true build 2.4.1 true $(NoWarn)1701;1702;NU5105 + 10.0.19041.0 diff --git a/test/test.xunit.runner.visualstudio/test.xunit.runner.visualstudio.csproj b/test/test.xunit.runner.visualstudio/test.xunit.runner.visualstudio.csproj index f346e278..8d3ce36e 100644 --- a/test/test.xunit.runner.visualstudio/test.xunit.runner.visualstudio.csproj +++ b/test/test.xunit.runner.visualstudio/test.xunit.runner.visualstudio.csproj @@ -1,7 +1,7 @@  - net46 + net472