Commit 158b40c6 authored by Jeremy Meng's avatar Jeremy Meng

Use the beta8 version of dependencies.

parent 53d5028b
......@@ -16,13 +16,13 @@
"configurations": {
"Debug": {
"compilationOptions": {
"define": [ "DEBUG", "TRACE" ],
"define": [ "DEBUG", "TRACE", "PLAT_SAFE_CONTINUATIONS" ],
"allowUnsafe": true
}
},
"Release": {
"compilationOptions": {
"define": [ "TRACE" ],
"define": [ "TRACE", "PLAT_SAFE_CONTINUATIONS" ],
"allowUnsafe": true
}
}
......@@ -31,29 +31,34 @@
"frameworks": {
"dnxcore50": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.0",
"System.Collections.Concurrent": "4.0.11-beta-23409",
"System.Collections.NonGeneric": "4.0.0",
"System.Diagnostics.Debug": "4.0.11-beta-23409",
"System.Diagnostics.Tools": "4.0.1-beta-23409",
"System.Diagnostics.TraceSource": "4.0.0-beta-23409",
"System.Diagnostics.Tools": "4.0.0",
"System.IO.Compression": "4.0.0",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Net.Primitives": "4.0.10",
"System.Net.Sockets": "4.1.0-beta-23409",
"System.Net.Security": "4.0.0-beta-23409",
"System.IO": "4.0.11-beta-23409",
"System.IO.Compression": "4.0.1-beta-23409",
"System.IO.FileSystem": "4.0.1-beta-23409",
"System.Linq": "4.0.1-beta-23409",
"System.Net.NameResolution": "4.0.0-beta-23409",
"System.Net.Primitives": "4.0.11-beta-23409",
"System.Net.Security": "4.0.0-beta-23409",
"System.Net.Sockets": "4.1.0-beta-23409",
"System.Reflection": "4.0.0",
"System.Reflection.Emit": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Reflection.Emit.Lightweight": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23409",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409",
"System.Text.RegularExpressions": "4.0.10",
"System.Threading": "4.0.0",
"System.Threading.Thread": "4.0.0-*",
"System.Text.Encoding": "4.0.11-beta-23409",
"System.Text.RegularExpressions": "4.0.11-beta-23409",
"System.Threading": "4.0.11-beta-23409",
"System.Threading.Tasks": "4.0.11-beta-23409",
"System.Threading.Thread": "4.0.0-beta-23409",
"System.Threading.ThreadPool": "4.0.10-beta-23409",
"System.Threading.Timer": "4.0.1-beta-23409",
"System.Threading.Tasks": "4.0.0"
"System.Threading.Timer": "4.0.1-beta-23409"
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment