Files
git.stella-ops.org/local-nugets/microsoft.net.test.sdk/17.14.0/Microsoft.NET.Test.Sdk.nuspec
StellaOps Bot 967ae0ab16 nugets update
2025-11-22 16:41:08 +02:00

27 lines
1.3 KiB
XML

<?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>