Browse Source

Updated dnxcore dependencies to build 23225

tags/docs-0.9
RogueException 9 years ago
parent
commit
3f4f3c272f
2 changed files with 12 additions and 14 deletions
  1. +1
    -2
      src/Discord.Net.Commands/project.json
  2. +11
    -12
      src/Discord.Net/project.json

+ 1
- 2
src/Discord.Net.Commands/project.json View File

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


+ 11
- 12
src/Discord.Net/project.json View File

@@ -10,6 +10,7 @@
"url": "git://github.com/RogueException/Discord.Net"
},
"compilationOptions": {
"warningsAsErrors": true,
"allowUnsafe": true
},
"configurations": {
@@ -19,11 +20,9 @@
}
}
},

"dependencies": {
"Newtonsoft.Json": "7.0.1"
},

"frameworks": {
"net45": {
"dependencies": {
@@ -37,16 +36,16 @@
},
"dnxcore50": {
"dependencies": {
"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"
"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"
}
}
}


Loading…
Cancel
Save