Files
git.stella-ops.org/.nuget/packages/microsoft.testplatform.testhost/17.14.0/Microsoft.TestPlatform.TestHost.nuspec
StellaOps Bot 17826bdca1 nuget update
2025-11-25 07:44:18 +02:00

25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.TestPlatform.TestHost</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>Testplatform host executes the test using specified adapter.</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.ObjectModel" version="17.14.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
</group>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
</package>