summaryrefslogtreecommitdiff
path: root/.packages/xunit.performance.execution/1.0.0-beta-build0015/xunit.performance.execution.nuspec
blob: 2d0a24ddb7852895c7fe5942e708f30a5f5ac267 (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
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>xunit.performance.execution</id>
    <version>1.0.0-beta-build0015</version>
    <title>xUnit Performance Execution</title>
    <authors>xunit.performance.execution</authors>
    <owners>xunit.performance.execution</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/Microsoft/xunit-performance/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Microsoft/xunit-performance</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>xUnit Performance Api
    Commit SHA: 0fd01563e1d87e6bf2ef859cf5c0236ee25be558</description>
    <repository type="git" url="https://github.com/Microsoft/xunit-performance" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="xunit.performance.core" version="1.0.0-beta-build0015" exclude="Build,Analyzers" />
        <dependency id="xunit" version="2.2.0-beta2-build3300" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.5">
        <dependency id="xunit.performance.core" version="1.0.0-beta-build0015" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="xunit" version="2.2.0-beta2-build3300" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>