From d48674c9968b5e1a1b4488eac791a15976cc43ab Mon Sep 17 00:00:00 2001 From: RogueException Date: Tue, 8 Sep 2015 19:07:09 -0300 Subject: [PATCH] Revert "Updated dnxcore dependencies to build 23225" This reverts commit 3f4f3c272f6b3f7faf004780793dc7b44a024d26. --- src/Discord.Net.Commands/project.json | 3 ++- src/Discord.Net/project.json | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/Discord.Net.Commands/project.json b/src/Discord.Net.Commands/project.json index 9d5d03dda..11d1ebda6 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -20,7 +20,8 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23225" + "System.Runtime": "4.0.20", + "Microsoft.CSharp": "4.0.0" } } } diff --git a/src/Discord.Net/project.json b/src/Discord.Net/project.json index 85cb38045..20bcde093 100644 --- a/src/Discord.Net/project.json +++ b/src/Discord.Net/project.json @@ -10,7 +10,6 @@ "url": "git://github.com/RogueException/Discord.Net" }, "compilationOptions": { - "warningsAsErrors": true, "allowUnsafe": true }, "configurations": { @@ -20,9 +19,11 @@ } } }, + "dependencies": { "Newtonsoft.Json": "7.0.1" }, + "frameworks": { "net45": { "dependencies": { @@ -36,16 +37,16 @@ }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23225", - "System.Collections.Concurrent": "4.0.11-beta-23225", - "System.Diagnostics.Debug": "4.0.11-beta-23225", - "System.IO.Compression": "4.0.1-beta-23225", - "System.Linq": "4.0.1-beta-23225", - "System.Net.NameResolution": "4.0.0-beta-23225", - "System.Net.Requests": "4.0.11-beta-23225", - "System.Net.Sockets": "4.1.0-beta-23225", - "System.Net.WebSockets.Client": "4.0.0-beta-23225", - "System.Text.RegularExpressions": "4.0.11-beta-23225" + "System.Collections.Concurrent": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Linq": "4.0.0", + "System.Net.Requests": "4.0.10", + "System.Net.Sockets": "4.0.10-beta-23019", + "System.Net.WebSockets.Client": "4.0.0-beta-23123", + "System.Runtime": "4.0.20", + "System.Text.RegularExpressions": "4.0.10", + "System.Net.NameResolution": "4.0.0-beta-23019" } } }