add nugets
This commit is contained in:
27
.nuget/packages/microsoft.net.test.sdk/17.14.0/Microsoft.NET.Test.Sdk.nuspec
vendored
Normal file
27
.nuget/packages/microsoft.net.test.sdk/17.14.0/Microsoft.NET.Test.Sdk.nuspec
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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.14.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="43aaae191867be953ee5f4699d650b5a43cc4557" />
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="Microsoft.TestPlatform.TestHost" version="17.14.0" />
|
||||
<dependency id="Microsoft.CodeCoverage" version="17.14.0" />
|
||||
</group>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Microsoft.CodeCoverage" version="17.14.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user