summaryrefslogtreecommitdiff
path: root/tests/src/Common/test_dependencies
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-04-27 16:54:50 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-04-27 16:54:50 +0900
commit5b975f8233e8c8d17b215372f89ca713b45d6a0b (patch)
tree0267bcc331458a01f4c26fafd28110a72273beb3 /tests/src/Common/test_dependencies
parenta56e30c8d33048216567753d9d3fefc2152af8ac (diff)
downloadcoreclr-5b975f8233e8c8d17b215372f89ca713b45d6a0b.tar.gz
coreclr-5b975f8233e8c8d17b215372f89ca713b45d6a0b.tar.bz2
coreclr-5b975f8233e8c8d17b215372f89ca713b45d6a0b.zip
Imported Upstream version 2.0.0.11599upstream/2.0.0.11599
Diffstat (limited to 'tests/src/Common/test_dependencies')
-rw-r--r--tests/src/Common/test_dependencies/project.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json
index 89a5d6b6eb..4477c687e0 100644
--- a/tests/src/Common/test_dependencies/project.json
+++ b/tests/src/Common/test_dependencies/project.json
@@ -1,9 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-preview1-25210-01",
- "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25210-01",
- "System.Memory": "4.4.0-preview1-25210-01",
- "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25210-01"
+ "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
+ "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25221-01",
+ "System.Memory": "4.4.0-preview1-25221-01",
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25221-01",
+ "System.Security.Permissions": "4.4.0-preview1-25221-01"
},
"frameworks": {
"netcoreapp2.0": {
@@ -15,12 +16,15 @@
}
},
"runtimes": {
+ "win-x64": {},
+ "win-x86": {},
"win7-x86": {},
"win7-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.16.04-x64": {},
"ubuntu.16.10-x64": {},
"osx.10.12-x64": {},
+ "osx-x64": {},
"centos.7-x64": {},
"rhel.7-x64": {},
"debian.8-x64": {},