Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Xml.XmlDocument/tests/project.lock.json')
-rw-r--r--src/System.Xml.XmlDocument/tests/project.lock.json491
1 files changed, 398 insertions, 93 deletions
diff --git a/src/System.Xml.XmlDocument/tests/project.lock.json b/src/System.Xml.XmlDocument/tests/project.lock.json
index afdf19f6b9..238ccaf569 100644
--- a/src/System.Xml.XmlDocument/tests/project.lock.json
+++ b/src/System.Xml.XmlDocument/tests/project.lock.json
@@ -3,6 +3,36 @@
"version": 1,
"targets": {
"DNXCore,Version=v5.0": {
+ "Microsoft.DotNet.xunit.performance/1.0.0-alpha-build0014": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10",
+ "xunit.abstractions": "2.0.0",
+ "xunit.extensibility.core": "2.1.0-rc1-build3168",
+ "xunit.extensibility.execution": "2.1.0-rc1-build3168"
+ },
+ "compile": {
+ "lib/dotnet/xunit.performance.core.dll": {},
+ "lib/dotnet/xunit.performance.execution.dotnet.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/xunit.performance.core.dll": {},
+ "lib/dotnet/xunit.performance.execution.dotnet.dll": {}
+ }
+ },
"System.Collections/4.0.10": {
"type": "package",
"dependencies": {
@@ -27,6 +57,18 @@
"lib/DNXCore50/System.Diagnostics.Debug.dll": {}
}
},
+ "System.Diagnostics.Tracing/4.0.20": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Tracing.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
+ }
+ },
"System.Globalization/4.0.10": {
"type": "package",
"dependencies": {
@@ -105,6 +147,25 @@
"lib/dotnet/System.Linq.dll": {}
}
},
+ "System.Linq.Expressions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Linq.Expressions.dll": {}
+ }
+ },
+ "System.ObjectModel/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.ObjectModel.dll": {}
+ }
+ },
"System.Private.Uri/4.0.0": {
"type": "package",
"compile": {
@@ -128,6 +189,19 @@
"lib/DNXCore50/System.Reflection.dll": {}
}
},
+ "System.Reflection.Extensions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Reflection.Extensions.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Reflection.Extensions.dll": {}
+ }
+ },
"System.Reflection.Primitives/4.0.0": {
"type": "package",
"dependencies": {
@@ -323,11 +397,11 @@
"lib/dotnet/System.Xml.ReaderWriter.dll": {}
}
},
- "xunit/2.1.0-beta3-build3029": {
+ "xunit/2.1.0-rc1-build3168": {
"type": "package",
"dependencies": {
- "xunit.assert": "[2.1.0-beta3-build3029]",
- "xunit.core": "[2.1.0-beta3-build3029]"
+ "xunit.assert": "[2.1.0-rc1-build3168]",
+ "xunit.core": "[2.1.0-rc1-build3168]"
}
},
"xunit.abstractions/2.0.0": {
@@ -339,49 +413,86 @@
"lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {}
}
},
- "xunit.assert/2.1.0-beta3-build3029": {
+ "xunit.assert/2.1.0-rc1-build3168": {
"type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.ObjectModel": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Text.RegularExpressions": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
"compile": {
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll": {}
+ "lib/dotnet/xunit.assert.dll": {}
},
"runtime": {
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll": {}
+ "lib/dotnet/xunit.assert.dll": {}
}
},
- "xunit.core/2.1.0-beta3-build3029": {
+ "xunit.core/2.1.0-rc1-build3168": {
"type": "package",
"dependencies": {
- "xunit.extensibility.core": "[2.1.0-beta3-build3029]",
- "xunit.extensibility.execution": "[2.1.0-beta3-build3029]"
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading.Tasks": "4.0.0",
+ "xunit.abstractions": "2.0.0",
+ "xunit.extensibility.core": "[2.1.0-rc1-build3168]",
+ "xunit.extensibility.execution": "[2.1.0-rc1-build3168]"
}
},
- "xunit.extensibility.core/2.1.0-beta3-build3029": {
+ "xunit.extensibility.core/2.1.0-rc1-build3168": {
"type": "package",
"dependencies": {
"xunit.abstractions": "[2.0.0]"
},
"compile": {
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll": {}
+ "lib/dotnet/xunit.core.dll": {}
},
"runtime": {
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll": {},
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll": {},
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll": {}
+ "lib/dotnet/xunit.core.dll": {},
+ "lib/dotnet/xunit.runner.tdnet.dll": {},
+ "lib/dotnet/xunit.runner.utility.desktop.dll": {}
}
},
- "xunit.extensibility.execution/2.1.0-beta3-build3029": {
+ "xunit.extensibility.execution/2.1.0-rc1-build3168": {
"type": "package",
"dependencies": {
- "xunit.extensibility.core": "[2.1.0-beta3-build3029]"
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0",
+ "xunit.abstractions": "2.0.0",
+ "xunit.extensibility.core": "[2.1.0-rc1-build3168]"
},
"compile": {
- "lib/dnxcore50/xunit.execution.dnx.dll": {}
+ "lib/dotnet/xunit.execution.dotnet.dll": {}
},
"runtime": {
- "lib/dnxcore50/xunit.execution.dnx.dll": {}
+ "lib/dotnet/xunit.execution.dotnet.dll": {}
}
},
- "xunit.netcore.extensions/1.0.0-prerelease-00085": {
+ "xunit.netcore.extensions/1.0.0-prerelease-00090": {
"type": "package",
"dependencies": {
"System.Diagnostics.Debug": "4.0.10",
@@ -409,6 +520,25 @@
}
},
"libraries": {
+ "Microsoft.DotNet.xunit.performance/1.0.0-alpha-build0014": {
+ "type": "package",
+ "sha512": "NCrgkMUcuMy3T5PY9kcBFpRyN/HrUyHsSxvdyq426iTZj2pG+6odaztW5BrQov3gPEXM5cPx4+64djl4sC8/nw==",
+ "files": [
+ "lib/dotnet/xunit.performance.core.dll",
+ "lib/dotnet/xunit.performance.core.pdb",
+ "lib/dotnet/xunit.performance.core.XML",
+ "lib/dotnet/xunit.performance.execution.dotnet.dll",
+ "lib/dotnet/xunit.performance.execution.dotnet.pdb",
+ "lib/net46/xunit.performance.core.dll",
+ "lib/net46/xunit.performance.core.pdb",
+ "lib/net46/xunit.performance.core.XML",
+ "lib/net46/xunit.performance.execution.desktop.dll",
+ "lib/net46/xunit.performance.execution.desktop.pdb",
+ "Microsoft.DotNet.xunit.performance.1.0.0-alpha-build0014.nupkg",
+ "Microsoft.DotNet.xunit.performance.1.0.0-alpha-build0014.nupkg.sha512",
+ "Microsoft.DotNet.xunit.performance.nuspec"
+ ]
+ },
"System.Collections/4.0.10": {
"type": "package",
"serviceable": true,
@@ -477,6 +607,40 @@
"System.Diagnostics.Debug.nuspec"
]
},
+ "System.Diagnostics.Tracing/4.0.20": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==",
+ "files": [
+ "lib/DNXCore50/System.Diagnostics.Tracing.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/_._",
+ "lib/netcore50/System.Diagnostics.Tracing.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/es/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/fr/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/it/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/ja/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/ko/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/ru/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/System.Diagnostics.Tracing.dll",
+ "ref/dotnet/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml",
+ "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
+ "System.Diagnostics.Tracing.4.0.20.nupkg",
+ "System.Diagnostics.Tracing.4.0.20.nupkg.sha512",
+ "System.Diagnostics.Tracing.nuspec"
+ ]
+ },
"System.Globalization/4.0.10": {
"type": "package",
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
@@ -642,6 +806,102 @@
"System.Linq.nuspec"
]
},
+ "System.Linq.Expressions/4.0.0": {
+ "type": "package",
+ "sha512": "wlfVllrKi+evu4Hi8yoJP1dSOVXbvsy7Hs1+oz4Cykfdf6MQTPlD3LI4WKWhprn8FpU5MS3spPSbcMX5sAoJSw==",
+ "files": [
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "License.rtf",
+ "ref/dotnet/de/System.Linq.Expressions.xml",
+ "ref/dotnet/es/System.Linq.Expressions.xml",
+ "ref/dotnet/fr/System.Linq.Expressions.xml",
+ "ref/dotnet/it/System.Linq.Expressions.xml",
+ "ref/dotnet/ja/System.Linq.Expressions.xml",
+ "ref/dotnet/ko/System.Linq.Expressions.xml",
+ "ref/dotnet/ru/System.Linq.Expressions.xml",
+ "ref/dotnet/System.Linq.Expressions.dll",
+ "ref/dotnet/System.Linq.Expressions.xml",
+ "ref/dotnet/zh-hans/System.Linq.Expressions.xml",
+ "ref/dotnet/zh-hant/System.Linq.Expressions.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/de/System.Linq.Expressions.xml",
+ "ref/netcore50/es/System.Linq.Expressions.xml",
+ "ref/netcore50/fr/System.Linq.Expressions.xml",
+ "ref/netcore50/it/System.Linq.Expressions.xml",
+ "ref/netcore50/ja/System.Linq.Expressions.xml",
+ "ref/netcore50/ko/System.Linq.Expressions.xml",
+ "ref/netcore50/ru/System.Linq.Expressions.xml",
+ "ref/netcore50/System.Linq.Expressions.dll",
+ "ref/netcore50/System.Linq.Expressions.xml",
+ "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
+ "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.Linq.Expressions.4.0.0.nupkg",
+ "System.Linq.Expressions.4.0.0.nupkg.sha512",
+ "System.Linq.Expressions.nuspec"
+ ]
+ },
+ "System.ObjectModel/4.0.0": {
+ "type": "package",
+ "sha512": "+3j/n+5SlF7PKb0/s5kdord+5RyW3uUscB+0WPuYvfAvEgyx6yPdPXU9tXdDZImRohMuWnQTAG2rFojFPfoGbA==",
+ "files": [
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "License.rtf",
+ "ref/dotnet/de/System.ObjectModel.xml",
+ "ref/dotnet/es/System.ObjectModel.xml",
+ "ref/dotnet/fr/System.ObjectModel.xml",
+ "ref/dotnet/it/System.ObjectModel.xml",
+ "ref/dotnet/ja/System.ObjectModel.xml",
+ "ref/dotnet/ko/System.ObjectModel.xml",
+ "ref/dotnet/ru/System.ObjectModel.xml",
+ "ref/dotnet/System.ObjectModel.dll",
+ "ref/dotnet/System.ObjectModel.xml",
+ "ref/dotnet/zh-hans/System.ObjectModel.xml",
+ "ref/dotnet/zh-hant/System.ObjectModel.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/de/System.ObjectModel.xml",
+ "ref/netcore50/es/System.ObjectModel.xml",
+ "ref/netcore50/fr/System.ObjectModel.xml",
+ "ref/netcore50/it/System.ObjectModel.xml",
+ "ref/netcore50/ja/System.ObjectModel.xml",
+ "ref/netcore50/ko/System.ObjectModel.xml",
+ "ref/netcore50/ru/System.ObjectModel.xml",
+ "ref/netcore50/System.ObjectModel.dll",
+ "ref/netcore50/System.ObjectModel.xml",
+ "ref/netcore50/zh-hans/System.ObjectModel.xml",
+ "ref/netcore50/zh-hant/System.ObjectModel.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.ObjectModel.4.0.0.nupkg",
+ "System.ObjectModel.4.0.0.nupkg.sha512",
+ "System.ObjectModel.nuspec"
+ ]
+ },
"System.Private.Uri/4.0.0": {
"type": "package",
"serviceable": true,
@@ -690,6 +950,40 @@
"System.Reflection.nuspec"
]
},
+ "System.Reflection.Extensions/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==",
+ "files": [
+ "lib/DNXCore50/System.Reflection.Extensions.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Reflection.Extensions.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Reflection.Extensions.xml",
+ "ref/dotnet/es/System.Reflection.Extensions.xml",
+ "ref/dotnet/fr/System.Reflection.Extensions.xml",
+ "ref/dotnet/it/System.Reflection.Extensions.xml",
+ "ref/dotnet/ja/System.Reflection.Extensions.xml",
+ "ref/dotnet/ko/System.Reflection.Extensions.xml",
+ "ref/dotnet/ru/System.Reflection.Extensions.xml",
+ "ref/dotnet/System.Reflection.Extensions.dll",
+ "ref/dotnet/System.Reflection.Extensions.xml",
+ "ref/dotnet/zh-hans/System.Reflection.Extensions.xml",
+ "ref/dotnet/zh-hant/System.Reflection.Extensions.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Reflection.Extensions.dll",
+ "ref/netcore50/System.Reflection.Extensions.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
+ "System.Reflection.Extensions.4.0.0.nupkg",
+ "System.Reflection.Extensions.4.0.0.nupkg.sha512",
+ "System.Reflection.Extensions.nuspec"
+ ]
+ },
"System.Reflection.Primitives/4.0.0": {
"type": "package",
"serviceable": true,
@@ -1137,12 +1431,12 @@
"System.Xml.ReaderWriter.nuspec"
]
},
- "xunit/2.1.0-beta3-build3029": {
+ "xunit/2.1.0-rc1-build3168": {
"type": "package",
- "sha512": "NMFXV0ePe/GrfhMSPGAlWmiUZCzjaatpdAGcavf2B6vYTRyMTpyJT01LI6jemMV/VSDXLrtHp0Ov9xZyR1cLLg==",
+ "sha512": "dVnDKBCIpLE5GaxLALnbnobqtDyTTDKJSRbqhLGrx0Ptc/n3VQRUby/CDx6v+y7xNVPqtqj0XMeDO1DVT8E3tA==",
"files": [
- "xunit.2.1.0-beta3-build3029.nupkg",
- "xunit.2.1.0-beta3-build3029.nupkg.sha512",
+ "xunit.2.1.0-rc1-build3168.nupkg",
+ "xunit.2.1.0-rc1-build3168.nupkg.sha512",
"xunit.nuspec"
]
},
@@ -1159,109 +1453,120 @@
"xunit.abstractions.nuspec"
]
},
- "xunit.assert/2.1.0-beta3-build3029": {
+ "xunit.assert/2.1.0-rc1-build3168": {
"type": "package",
- "sha512": "AMS7Fv77DayXVRCBMmVEDwOXPcbxk8dCBA/iACsve+6+UQqopMtNyAynyIcXPFRK/peeitUKID4ChOXWisJmUw==",
+ "sha512": "lsTK4OaNGt5IOoKO3ZQ0gSFngjWSHZ5xNurNtLd0MxZv5onv66xlNmWBYCVNt4sZLknQ+RfiqYm1EZ9ZrA0SDw==",
"files": [
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.dll",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.pdb",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.assert.xml",
- "xunit.assert.2.1.0-beta3-build3029.nupkg",
- "xunit.assert.2.1.0-beta3-build3029.nupkg.sha512",
+ "lib/dotnet/xunit.assert.dll",
+ "lib/dotnet/xunit.assert.pdb",
+ "lib/dotnet/xunit.assert.xml",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml",
+ "xunit.assert.2.1.0-rc1-build3168.nupkg",
+ "xunit.assert.2.1.0-rc1-build3168.nupkg.sha512",
"xunit.assert.nuspec"
]
},
- "xunit.core/2.1.0-beta3-build3029": {
+ "xunit.core/2.1.0-rc1-build3168": {
"type": "package",
- "sha512": "uDUBbwZSRx226BMwj6VylzXQPVpEIelNIulT+LxbSEH52y2a4btR9d5ptQmkSVjmJXP5/hGCc4cu1DSCu0pgUA==",
+ "sha512": "IcQo+pNEDYBC9HJfzY08k0NhLZMX8WXudrlhcrIAzkT2szhrLbGhUi1k6vU5n9crsVv+IxosvIH28kYf6/Z32w==",
"files": [
- "build/_Desktop/xunit.execution.desktop.dll",
- "build/monoandroid/xunit.core.props",
- "build/monoandroid/xunit.execution.MonoAndroid.dll",
- "build/monotouch/xunit.core.props",
- "build/monotouch/xunit.execution.MonoTouch.dll",
- "build/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.props",
- "build/portable-win81+wpa81/xunit.core.props",
- "build/portable-win81+wpa81/xunit.core.targets",
- "build/portable-win81+wpa81/xunit.execution.universal.dll",
- "build/portable-win81+wpa81/xunit.execution.universal.pri",
- "build/wp8/xunit.core.props",
- "build/wp8/xunit.core.targets",
- "build/wp8/xunit.execution.wp8.dll",
- "build/Xamarin.iOS/xunit.core.props",
- "build/Xamarin.iOS/xunit.execution.iOS-Universal.dll",
- "xunit.core.2.1.0-beta3-build3029.nupkg",
- "xunit.core.2.1.0-beta3-build3029.nupkg.sha512",
+ "build/_desktop/xunit.execution.desktop.dll",
+ "build/dnx451/_._",
+ "build/monoandroid/_._",
+ "build/monotouch/_._",
+ "build/net45/_._",
+ "build/portable-net45+win8+wp8+wpa81/xunit.core.props",
+ "build/win8/_._",
+ "build/win81/xunit.core.props",
+ "build/wp8/_._",
+ "build/wpa81/xunit.core.props",
+ "build/xamarinios/_._",
+ "xunit.core.2.1.0-rc1-build3168.nupkg",
+ "xunit.core.2.1.0-rc1-build3168.nupkg.sha512",
"xunit.core.nuspec"
]
},
- "xunit.extensibility.core/2.1.0-beta3-build3029": {
+ "xunit.extensibility.core/2.1.0-rc1-build3168": {
"type": "package",
- "sha512": "lsPro5U3NLasHI/RwqjKzXiRlh9N0IOlR3cluwXYVtihXbGtySeSnU/Fh5MTcWYxh+MVpoNop5zDD0/A2nrHsA==",
+ "sha512": "8KZaq1mdeaiZxo1ScsGzhkeQRwLLS6+WIno+9gtnYccWmTjCJ/XSYz2fAAlB5mUeyw0vqqrFc+TfNZELs5QiZQ==",
"files": [
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.dll.tdnet",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.pdb",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.core.xml",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.tdnet.dll",
- "lib/portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.runner.utility.desktop.dll",
- "xunit.extensibility.core.2.1.0-beta3-build3029.nupkg",
- "xunit.extensibility.core.2.1.0-beta3-build3029.nupkg.sha512",
+ "lib/dotnet/xunit.core.dll",
+ "lib/dotnet/xunit.core.dll.tdnet",
+ "lib/dotnet/xunit.core.pdb",
+ "lib/dotnet/xunit.core.xml",
+ "lib/dotnet/xunit.runner.tdnet.dll",
+ "lib/dotnet/xunit.runner.utility.desktop.dll",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.core.dll.tdnet",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.core.pdb",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.core.xml",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll",
+ "xunit.extensibility.core.2.1.0-rc1-build3168.nupkg",
+ "xunit.extensibility.core.2.1.0-rc1-build3168.nupkg.sha512",
"xunit.extensibility.core.nuspec"
]
},
- "xunit.extensibility.execution/2.1.0-beta3-build3029": {
+ "xunit.extensibility.execution/2.1.0-rc1-build3168": {
"type": "package",
- "sha512": "WuUYamK4RHrHxihvNuX7NkryMhQrpH1+ziJ/mPIQbm18zevSgre8BwUuVZvmLZa8uVob3xS4dvAah2+HCgLiXg==",
+ "sha512": "1w0u3eB7i25hca60r/53oSVb0blMOEm2eVqvwTg9jhMSe/A9raj6UZAVzUnFtA3xLssP4K1udOGTC1qrZ9/VoA==",
"files": [
- "lib/dnx451/xunit.execution.dnx.dll",
- "lib/dnx451/xunit.execution.dnx.pdb",
- "lib/dnx451/xunit.execution.dnx.xml",
- "lib/dnxcore50/xunit.execution.dnx.dll",
- "lib/dnxcore50/xunit.execution.dnx.pdb",
- "lib/dnxcore50/xunit.execution.dnx.xml",
- "lib/monoandroid/xunit.execution.MonoAndroid.dll",
- "lib/monoandroid/xunit.execution.MonoAndroid.pdb",
- "lib/monoandroid/xunit.execution.MonoAndroid.xml",
- "lib/monotouch/xunit.execution.MonoTouch.dll",
- "lib/monotouch/xunit.execution.MonoTouch.pdb",
- "lib/monotouch/xunit.execution.MonoTouch.xml",
- "lib/net45/xunit.execution.desktop.dll",
- "lib/net45/xunit.execution.desktop.pdb",
- "lib/net45/xunit.execution.desktop.xml",
- "lib/portable-wpa81+win81/xunit.execution.universal.dll",
- "lib/portable-wpa81+win81/xunit.execution.universal.pdb",
- "lib/portable-wpa81+win81/xunit.execution.universal.pri",
- "lib/portable-wpa81+win81/xunit.execution.universal.xml",
- "lib/wp8/xunit.execution.wp8.dll",
- "lib/wp8/xunit.execution.wp8.pdb",
- "lib/wp8/xunit.execution.wp8.xml",
- "lib/Xamarin.iOS/xunit.execution.iOS-Universal.dll",
- "lib/Xamarin.iOS/xunit.execution.iOS-Universal.pdb",
- "lib/Xamarin.iOS/xunit.execution.iOS-Universal.xml",
- "xunit.extensibility.execution.2.1.0-beta3-build3029.nupkg",
- "xunit.extensibility.execution.2.1.0-beta3-build3029.nupkg.sha512",
+ "lib/dnx451/xunit.execution.dotnet.dll",
+ "lib/dnx451/xunit.execution.dotnet.pdb",
+ "lib/dnx451/xunit.execution.dotnet.xml",
+ "lib/dotnet/xunit.execution.dotnet.dll",
+ "lib/dotnet/xunit.execution.dotnet.pdb",
+ "lib/dotnet/xunit.execution.dotnet.xml",
+ "lib/monoandroid/xunit.execution.dotnet.dll",
+ "lib/monoandroid/xunit.execution.dotnet.pdb",
+ "lib/monoandroid/xunit.execution.dotnet.xml",
+ "lib/monotouch/xunit.execution.dotnet.dll",
+ "lib/monotouch/xunit.execution.dotnet.pdb",
+ "lib/monotouch/xunit.execution.dotnet.xml",
+ "lib/net35/xunit.execution.desktop.dll",
+ "lib/net35/xunit.execution.desktop.pdb",
+ "lib/net35/xunit.execution.desktop.xml",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.dll",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.pdb",
+ "lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.xml",
+ "lib/win8/xunit.execution.dotnet.dll",
+ "lib/win8/xunit.execution.dotnet.pdb",
+ "lib/win8/xunit.execution.dotnet.xml",
+ "lib/wp8/xunit.execution.dotnet.dll",
+ "lib/wp8/xunit.execution.dotnet.pdb",
+ "lib/wp8/xunit.execution.dotnet.xml",
+ "lib/wpa81/xunit.execution.dotnet.dll",
+ "lib/wpa81/xunit.execution.dotnet.pdb",
+ "lib/wpa81/xunit.execution.dotnet.xml",
+ "lib/xamarinios/xunit.execution.dotnet.dll",
+ "lib/xamarinios/xunit.execution.dotnet.pdb",
+ "lib/xamarinios/xunit.execution.dotnet.xml",
+ "xunit.extensibility.execution.2.1.0-rc1-build3168.nupkg",
+ "xunit.extensibility.execution.2.1.0-rc1-build3168.nupkg.sha512",
"xunit.extensibility.execution.nuspec"
]
},
- "xunit.netcore.extensions/1.0.0-prerelease-00085": {
+ "xunit.netcore.extensions/1.0.0-prerelease-00090": {
"type": "package",
"serviceable": true,
- "sha512": "P3Q9YspdSUzoJQS6iT5mF3jt+s0u9u/G3K6s0Ns7NbAwQPktjwuO7CgJk38fop4yYDVdsVEwbZF2jfNMhJ7hkQ==",
+ "sha512": "9t2jrzI6N5ueydH5omBi95hiBOuNXpI6sS2kQJO56+bUavVpSD6/aD0C4+Nqbiql8Zvu0yx2GO+2IAd0JQcjIA==",
"files": [
"lib/dotnet/Xunit.NetCore.Extensions.dll",
- "xunit.netcore.extensions.1.0.0-prerelease-00085.nupkg",
- "xunit.netcore.extensions.1.0.0-prerelease-00085.nupkg.sha512",
+ "xunit.netcore.extensions.1.0.0-prerelease-00090.nupkg",
+ "xunit.netcore.extensions.1.0.0-prerelease-00090.nupkg.sha512",
"xunit.netcore.extensions.nuspec"
]
}
},
"projectFileDependencyGroups": {
"": [
+ "Microsoft.DotNet.xunit.performance >= 1.0.0-*",
"System.Runtime >= 4.0.20",
"System.Threading.Tasks >= 4.0.10",
"System.Xml.ReaderWriter >= 4.0.10",
- "xunit >= 2.1.0-beta3-*",
+ "xunit >= 2.1.0-rc1-*",
"xunit.netcore.extensions >= 1.0.0-prerelease-*"
],
"DNXCore,Version=v5.0": []