﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MSTest.TestFramework</id>
    <version>3.1.1</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/testfx</projectUrl>
    <description>MSTest is Microsoft supported Test Framework.

      This package includes the libraries for writing tests with MSTest. To ensure discovery and execution of your tests, install the MSTest.TestAdapter package.

      Supported platforms:
      - .NET 4.6.2+
      - .NET Core 3.1+
      - .NET 6.0
      - .NET 6.0 Windows.18362+
      - UWP 10.0.16299</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/microsoft/testfx" commit="497171443c28d3111afb4ced423c474b87a32137" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework=".NETFramework4.6.2" />
      <group targetFramework="UAP10.0" />
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework="net6.0" />
    </dependencies>
  </metadata>
</package>