summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.xunit.performance.run.core/1.0.0-alpha-build0040/microsoft.dotnet.xunit.performance.run.core.nuspec
blob: 5cfa2d19043e727e579d9ba27a6dac1a8f6b23b0 (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
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.8.5">
    <id>Microsoft.DotNet.xunit.performance.run.core</id>
    <version>1.0.0-alpha-build0040</version>
    <title>xUnit Performance Runner core implementation</title>
    <authors>ericeil@microsoft.com;pharring@microsoft.com</authors>
    <owners>Microsoft</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>Contains the core portable functionality used by xunit.performance.run.</description>
    <language>en-US</language>
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.Threading" version="4.0.0" />
        <dependency id="System.Collections" version="4.0.0" />
        <dependency id="System.Console" version="4.0.0" />
        <dependency id="System.Diagnostics.Debug" version="4.0.0" />
        <dependency id="System.Diagnostics.Process" version="4.1.0" />
        <dependency id="System.IO" version="4.1.0" />
        <dependency id="System.IO.FileSystem" version="4.0.0" />
        <dependency id="System.Linq" version="4.1.0" />
        <dependency id="System.Reflection" version="4.1.0" />
        <dependency id="System.Runtime" version="4.1.0" />
        <dependency id="System.Runtime.Extensions" version="4.1.0" />
        <dependency id="System.Xml.XDocument" version="4.0.0" />
        <dependency id="xunit.abstractions" version="2.0.0" />
        <dependency id="xunit.runner.utility" version="2.2.0-beta2-build3300" />
      </group>
    </dependencies>
  </metadata>
</package>