summaryrefslogtreecommitdiff
path: root/tests/src/managed/Compilation/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/managed/Compilation/project.json')
-rw-r--r--tests/src/managed/Compilation/project.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json
index afa88b8756..9212f6e460 100644
--- a/tests/src/managed/Compilation/project.json
+++ b/tests/src/managed/Compilation/project.json
@@ -1,25 +1,28 @@
{
"dependencies": {
- "System.Console": "4.0.0-beta-*",
- "System.Runtime": "4.0.20-beta-*",
+ "Microsoft.CodeAnalysis.Compilers": "1.1.1",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
+ "System.Collections.Immutable": "1.1.37",
+ "System.Console": "4.0.0-beta-*",
+ "System.Dynamic.Runtime": "4.0.10-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*",
"System.IO.FileSystem.Primitives": "4.0.0-beta-*",
+ "System.Runtime": "4.0.20-beta-*",
+ "System.Runtime.Extensions": "4.0.10-beta-*",
+ "System.Runtime.Handles": "4.0.0-beta-*",
"System.Text.Encoding": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
- "System.Threading.Tasks": "4.0.10-beta-*",
- "System.Runtime.Handles": "4.0.0-beta-*",
- "System.Threading.ThreadPool": "4.0.10-beta-*",
"System.Threading.Overlapped": "4.0.0-beta-*",
- "System.Dynamic.Runtime": "4.0.10-beta-*",
+ "System.Threading.Tasks": "4.0.10-beta-*",
"System.Threading.Tasks.Parallel": "4.0.0-beta-*",
- "System.Runtime.Extensions": "4.0.10-beta-*",
- "Microsoft.CodeAnalysis.Compilers": "1.1.1",
- "System.Collections.Immutable": "1.1.37"
+ "System.Threading.ThreadPool": "4.0.10-beta-*"
},
"frameworks": {
- "dnxcore50": {}
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
}
-} \ No newline at end of file
+}