27 lines
1.3 KiB
XML
Executable File
27 lines
1.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.NET.Test.Sdk</id>
|
|
<version>17.12.0</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
|
|
<description>The MSbuild targets and properties for building .NET test projects.</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/microsoft/vstest" commit="bc9161306b23641b0364b8f93d546da4d48da1eb" />
|
|
<dependencies>
|
|
<group targetFramework=".NETCoreApp3.1">
|
|
<dependency id="Microsoft.TestPlatform.TestHost" version="17.12.0" />
|
|
<dependency id="Microsoft.CodeCoverage" version="17.12.0" />
|
|
</group>
|
|
<group targetFramework=".NETFramework4.6.2">
|
|
<dependency id="Microsoft.CodeCoverage" version="17.12.0" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |