﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MSTest.TestFramework</id>
    <version>2.2.3</version>
    <title>MSTest.TestFramework</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/microsoft/testfx</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>This is MSTest V2, the evolution of Microsoft's Test Framework.

      Supported platforms:
      - .NET 4.5.0+
      - .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+)
      - ASP.NET Core 1.0+

      To discover and execute tests install MSTest.TestAdapter.

      To discover and execute tests for project.json based projects install dotnet-test-mstest.</description>
    <summary>This is MSTest V2, the evolution of Microsoft's Test Framework.</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" />
        <dependency id="System.Diagnostics.TextWriterTraceListener" version="4.3.0" />
      </group>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework="UAP10.0" />
    </dependencies>
  </metadata>
</package>