Skip to content

Commit

Permalink
Bump to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Feb 8, 2022
1 parent 613251d commit d0447cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/xunit.runner.visualstudio/Constants.cs
Expand Up @@ -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";
Expand Down
Expand Up @@ -6,15 +6,16 @@
<AssemblyTitle>xUnit.net Runner for Visual Studio ($(TargetFramework))</AssemblyTitle>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>Xunit.Runner.VisualStudio</RootNamespace>
<TargetFrameworks>net452;netcoreapp2.1;uap10.0.16299</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp2.1;uap10.0.16299</TargetFrameworks>
<WarningsAsErrors>true</WarningsAsErrors>
<Description>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.</Description>
<Description>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.</Description>

<DevelopmentDependency>true</DevelopmentDependency>
<BuildOutputTargetFolder>build</BuildOutputTargetFolder>
<XunitVersion>2.4.1</XunitVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NoWarn>$(NoWarn)1701;1702;NU5105</NoWarn>
<TargetPlatformVersion Condition=" '$(TargetFramework)' == 'uap10.0.16299' ">10.0.19041.0</TargetPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d0447cf

Please sign in to comment.