summaryrefslogtreecommitdiff
path: root/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json')
-rw-r--r--tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
index 7199aa4a55..60adc1e7fe 100644
--- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
+++ b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
@@ -1,13 +1,17 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
- "System.Console": "4.0.0-rc3-24117-00",
- "System.Reflection": "4.1.0-rc3-24117-00",
- "System.Runtime": "4.1.0-rc3-24117-00",
- "System.Runtime.Extensions": "4.0.10"
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+ "System.Console": "4.0.1-beta-24328-05",
+ "System.Reflection": "4.1.1-beta-24328-05",
+ "System.Runtime": "4.1.1-beta-24328-05",
+ "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+ "test_runtime": {
+ "target": "project",
+ "exclude": "compile"
+ }
},
"frameworks": {
- "dnxcore50": {}
+ "netcoreapp1.0": {}
},
"runtimes": {
"win7-x86": {},