summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.buildtools.testsuite
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.buildtools.testsuite')
-rw-r--r--.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/.nupkg.metadata4
-rw-r--r--.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkgbin0 -> 2714 bytes
-rw-r--r--.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg.sha5121
-rwxr-xr-x.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.nuspec26
-rwxr-xr-x.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/runtime.json126
5 files changed, 157 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/.nupkg.metadata b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/.nupkg.metadata
new file mode 100644
index 0000000000..bd1a405b72
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/.nupkg.metadata
@@ -0,0 +1,4 @@
+{
+ "version": 1,
+ "contentHash": "cpsQavsIUuUrB+M90isA3+5qvL7ZHVDZKhIesYBtz5o8vaeJZR0IQ6wSAJyI6Mey80F7oRmaQYkWlh7EIhB7Kg=="
+} \ No newline at end of file
diff --git a/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg
new file mode 100644
index 0000000000..6c9400a435
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg
Binary files differ
diff --git a/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg.sha512 b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg.sha512
new file mode 100644
index 0000000000..876f66af4d
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/microsoft.dotnet.buildtools.testsuite.1.0.0-prerelease-00704-04.nupkg.sha512
@@ -0,0 +1 @@
+cpsQavsIUuUrB+M90isA3+5qvL7ZHVDZKhIesYBtz5o8vaeJZR0IQ6wSAJyI6Mey80F7oRmaQYkWlh7EIhB7Kg== \ No newline at end of file
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
diff --git a/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/runtime.json b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/runtime.json
new file mode 100755
index 0000000000..c1c0152630
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools.testsuite/1.0.0-prerelease-00704-04/runtime.json
@@ -0,0 +1,126 @@
+{
+ "supports": {
+ "coreFx.Test.net45": {
+ "net45": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net451": {
+ "net451": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net452": {
+ "net451": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net46": {
+ "net46": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net461": {
+ "net461": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net462": {
+ "net462": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.net463": {
+ "net463": [
+ "",
+ "win-x86",
+ "win-x64"
+ ]
+ },
+ "coreFx.Test.netcore45": {
+ "netcore45": [
+ ]
+ },
+ "coreFx.Test.netcore451": {
+ "netcore451": [
+ ]
+ },
+ "coreFx.Test.netcore50": {
+ "uap10.0": [
+ "win10-x86",
+ "win10-x86-aot",
+ "win10-x64",
+ "win10-x64-aot",
+ ]
+ },
+ "coreFx.Test.netcoreapp1.0": {
+ "netcoreapp1.0": [
+ "win7-x86",
+ "win7-x64",
+ "osx.10.10-x64",
+ "centos.7-x64",
+ "debian.8-x64",
+ "rhel.7-x64",
+ "ubuntu.14.04-x64",
+ "ubuntu.16.04-x64",
+ "fedora.23-x64",
+ "linux-x64",
+ "opensuse.13.2-x64"
+ ],
+ "netcoreapp1.1": [
+ "win7-x86",
+ "win7-x64",
+ "win10-arm64",
+ "osx.10.10-x64",
+ "centos.7-x64",
+ "debian.8-x64",
+ "rhel.7-x64",
+ "ubuntu.14.04-x64",
+ "ubuntu.16.04-x64",
+ "fedora.23-x64",
+ "linux-x64",
+ "opensuse.13.2-x64"
+ ]
+ },
+ "coreFx.Test.netcoreapp1.1": {
+ "netcoreapp1.1": [
+ "win7-x86",
+ "win7-x64",
+ "win10-arm64",
+ "osx.10.10-x64",
+ "centos.7-x64",
+ "debian.8-x64",
+ "rhel.7-x64",
+ "ubuntu.14.04-x64",
+ "ubuntu.16.04-x64",
+ "fedora.23-x64",
+ "linux-x64",
+ "opensuse.13.2-x64"
+ ]
+ },
+ "coreFx.Test.wp8": {
+ "wp8": [
+ ]
+ },
+ "coreFx.Test.wp81": {
+ "wp8": [
+ ]
+ },
+ "coreFx.Test.wpa81": {
+ "wpa81": [
+ ]
+ },
+ }
+ } \ No newline at end of file