28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.Testing.Platform</id>
|
|
<version>1.7.3</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<readme>PACKAGE.md</readme>
|
|
<projectUrl>https://github.com/microsoft/testfx</projectUrl>
|
|
<description>Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
|
|
|
|
This package provides the core platform and the .NET implementation of the protocol.</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>Microsoft test testing unittest unittesting unit-testing tdd</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/microsoft/testfx" commit="5abdae1f2e07071c4e81b27ac262f241708ec3cf" />
|
|
<dependencies>
|
|
<group targetFramework="net6.0" />
|
|
<group targetFramework="net7.0" />
|
|
<group targetFramework="net8.0" />
|
|
<group targetFramework="net9.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |