Updated dnxcore dependencies to build 23225
This commit is contained in:
@@ -20,8 +20,7 @@
|
|||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.20",
|
"Microsoft.CSharp": "4.0.1-beta-23225"
|
||||||
"Microsoft.CSharp": "4.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"url": "git://github.com/RogueException/Discord.Net"
|
"url": "git://github.com/RogueException/Discord.Net"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
|
"warningsAsErrors": true,
|
||||||
"allowUnsafe": true
|
"allowUnsafe": true
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@@ -19,11 +20,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1"
|
"Newtonsoft.Json": "7.0.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -37,16 +36,16 @@
|
|||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections.Concurrent": "4.0.10",
|
"Microsoft.CSharp": "4.0.1-beta-23225",
|
||||||
"System.Diagnostics.Debug": "4.0.10",
|
"System.Collections.Concurrent": "4.0.11-beta-23225",
|
||||||
"System.IO.Compression": "4.0.0",
|
"System.Diagnostics.Debug": "4.0.11-beta-23225",
|
||||||
"System.Linq": "4.0.0",
|
"System.IO.Compression": "4.0.1-beta-23225",
|
||||||
"System.Net.Requests": "4.0.10",
|
"System.Linq": "4.0.1-beta-23225",
|
||||||
"System.Net.Sockets": "4.0.10-beta-23019",
|
"System.Net.NameResolution": "4.0.0-beta-23225",
|
||||||
"System.Net.WebSockets.Client": "4.0.0-beta-23123",
|
"System.Net.Requests": "4.0.11-beta-23225",
|
||||||
"System.Runtime": "4.0.20",
|
"System.Net.Sockets": "4.1.0-beta-23225",
|
||||||
"System.Text.RegularExpressions": "4.0.10",
|
"System.Net.WebSockets.Client": "4.0.0-beta-23225",
|
||||||
"System.Net.NameResolution": "4.0.0-beta-23019"
|
"System.Text.RegularExpressions": "4.0.11-beta-23225"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user