summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec
blob: 93887ed2a637568707bebf3a12400a40aee42831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.8.1">
    <id>Microsoft.DotNet.BuildTools.TestSuite</id>
    <version>1.0.0-prerelease-00704-04</version>
    <title>xUnit suite of .NET Core test projects</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=518631</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>This package is a metapackage for testing in corefx.
        It contains redisted xunit deps for netstandard and contains the 
        runtime.json that list the supports clauses that describe TFMxRID 
        combinations possible today in corefx.</description>
    <summary>xUnit extensions of .NET Core test projects</summary>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <dependencies>
      <group targetFramework=".NETStandard1.0">
        <dependency id="xunit" version="2.2.0-beta2-build3300" />
        <dependency id="xunit.runner.utility" version="2.2.0-beta2-build3300" />
      </group>
    </dependencies>
  </metadata>
</package>