Revert "Updated dnxcore dependencies to build 23225"

This reverts commit 3f4f3c272f.
This commit is contained in:
RogueException
2015-09-08 19:07:09 -03:00
parent 09eaac357f
commit d48674c996
2 changed files with 14 additions and 12 deletions

View File

@@ -20,7 +20,8 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23225" "System.Runtime": "4.0.20",
"Microsoft.CSharp": "4.0.0"
} }
} }
} }

View File

@@ -10,7 +10,6 @@
"url": "git://github.com/RogueException/Discord.Net" "url": "git://github.com/RogueException/Discord.Net"
}, },
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true,
"allowUnsafe": true "allowUnsafe": true
}, },
"configurations": { "configurations": {
@@ -20,9 +19,11 @@
} }
} }
}, },
"dependencies": { "dependencies": {
"Newtonsoft.Json": "7.0.1" "Newtonsoft.Json": "7.0.1"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
@@ -36,16 +37,16 @@
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23225", "System.Collections.Concurrent": "4.0.10",
"System.Collections.Concurrent": "4.0.11-beta-23225", "System.Diagnostics.Debug": "4.0.10",
"System.Diagnostics.Debug": "4.0.11-beta-23225", "System.IO.Compression": "4.0.0",
"System.IO.Compression": "4.0.1-beta-23225", "System.Linq": "4.0.0",
"System.Linq": "4.0.1-beta-23225", "System.Net.Requests": "4.0.10",
"System.Net.NameResolution": "4.0.0-beta-23225", "System.Net.Sockets": "4.0.10-beta-23019",
"System.Net.Requests": "4.0.11-beta-23225", "System.Net.WebSockets.Client": "4.0.0-beta-23123",
"System.Net.Sockets": "4.1.0-beta-23225", "System.Runtime": "4.0.20",
"System.Net.WebSockets.Client": "4.0.0-beta-23225", "System.Text.RegularExpressions": "4.0.10",
"System.Text.RegularExpressions": "4.0.11-beta-23225" "System.Net.NameResolution": "4.0.0-beta-23019"
} }
} }
} }