summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec')
-rwxr-xr-x.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec26
1 files changed, 26 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec
new file mode 100755
index 0000000000..93887ed2a6
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec
@@ -0,0 +1,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> \ No newline at end of file