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.Runtime/tests/project.json')
-rw-r--r--src/System.Runtime/tests/project.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/System.Runtime/tests/project.json b/src/System.Runtime/tests/project.json
index cdb52d2f38..b4d6400c37 100644
--- a/src/System.Runtime/tests/project.json
+++ b/src/System.Runtime/tests/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24422-01",
- "System.Collections.NonGeneric": "4.1.0-beta-devapi-24422-01",
- "System.Console": "4.1.0-beta-devapi-24422-01",
- "System.Globalization": "4.0.12-beta-devapi-24422-01",
- "System.Linq.Expressions": "4.2.0-beta-devapi-24422-01",
- "System.ObjectModel": "4.0.13-beta-devapi-24422-01",
- "System.Reflection": "4.1.1-beta-devapi-24422-01",
- "System.Reflection.Emit": "4.0.2-beta-devapi-24422-01",
- "System.Runtime.Extensions": "4.2.0-beta-devapi-24422-01",
- "System.Runtime.InteropServices": "4.2.0-beta-devapi-24422-01",
- "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24422-01",
- "System.Text.RegularExpressions": "4.2.0-beta-devapi-24422-01",
- "System.Threading": "4.0.12-beta-devapi-24422-01",
- "System.Threading.Tasks": "4.0.12-beta-devapi-24422-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
+ "System.Collections.NonGeneric": "4.1.0-beta-devapi-24424-01",
+ "System.Console": "4.1.0-beta-devapi-24424-01",
+ "System.Globalization": "4.0.12-beta-devapi-24424-01",
+ "System.Linq.Expressions": "4.2.0-beta-devapi-24424-01",
+ "System.ObjectModel": "4.0.13-beta-devapi-24424-01",
+ "System.Reflection": "4.1.1-beta-devapi-24424-01",
+ "System.Reflection.Emit": "4.0.2-beta-devapi-24424-01",
+ "System.Runtime.Extensions": "4.2.0-beta-devapi-24424-01",
+ "System.Runtime.InteropServices": "4.2.0-beta-devapi-24424-01",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24424-01",
+ "System.Text.RegularExpressions": "4.2.0-beta-devapi-24424-01",
+ "System.Threading": "4.0.12-beta-devapi-24424-01",
+ "System.Threading.Tasks": "4.0.12-beta-devapi-24424-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -31,20 +31,20 @@
"coreFx.Test.net462": {},
"coreFx.Test.net463": {},
"coreFx.Test.netcoreapp1.1-ns17": {
- "netstandard1.7": [
- "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"
- ]
+ "netstandard1.7": [
+ "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"
+ ]
}
}
}