xunit.runner.visualstudio 2.3.1
Visual Studio 2012+ 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 1.0 or later, and Universal Windows 10.0 or later.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>xunit.runner.visualstudio</id>
<version>2.3.1</version>
<title>xUnit.net [Runner: Visual Studio]</title>
<authors>James Newkirk, Brad Wilson</authors>
<owners>James Newkirk, Brad Wilson</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
<projectUrl>https://github.com/xunit/xunit</projectUrl>
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
<description>Visual Studio 2012+ 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 1.0 or later, and Universal Windows 10.0 or later.</description>
<language>en-US</language>
<dependencies>
<group targetFramework=".NETCoreApp1.0">
<dependency id="Microsoft.NET.Test.Sdk" version="15.0.0" />
</group>
</dependencies>
</metadata>
</package>