Optimized dependencies
This commit is contained in:
@@ -13,12 +13,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"buildOptions": {
|
|
||||||
"compile": {
|
|
||||||
"include": [ "../Discord.Net.Utils/**.cs" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"Release": {
|
"Release": {
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
@@ -33,20 +27,15 @@
|
|||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Win32.Primitives": "4.0.1",
|
"Microsoft.Win32.Primitives": "4.0.1",
|
||||||
"Newtonsoft.Json": "8.0.3",
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"System.Collections.Concurrent": "4.0.12",
|
"System.Collections.Concurrent": "4.0.12",
|
||||||
"System.Collections.Immutable": "1.2.0",
|
"System.Collections.Immutable": "1.2.0",
|
||||||
"System.Interactive.Async": "3.0.0",
|
"System.Interactive.Async": "3.0.0",
|
||||||
"System.IO.Compression": "4.1.0",
|
|
||||||
"System.IO.FileSystem": "4.0.1",
|
|
||||||
"System.Net.Http": "4.1.0",
|
"System.Net.Http": "4.1.0",
|
||||||
"System.Net.NameResolution": "4.0.0",
|
"System.Net.WebSockets.Client": {
|
||||||
"System.Net.Sockets": "4.1.0",
|
"version": "4.0.0",
|
||||||
"System.Net.WebSockets.Client": "4.0.0",
|
"type": "build"
|
||||||
"System.Reflection.Extensions": "4.0.1",
|
},
|
||||||
"System.Runtime.InteropServices": "4.1.0",
|
|
||||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
||||||
"System.Text.RegularExpressions": "4.1.0"
|
"System.Text.RegularExpressions": "4.1.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"Discord.Net.Core": {
|
"Discord.Net.Core": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"NETStandard.Library": "1.6.0"
|
"System.IO.FileSystem": "4.0.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
"Discord.Net.Rest": {
|
"Discord.Net.Rest": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"NETStandard.Library": "1.6.0"
|
"System.IO.Compression": "4.1.0",
|
||||||
|
"System.Net.WebSockets.Client": "4.0.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|||||||
@@ -24,7 +24,11 @@
|
|||||||
"Discord.Net.Rest": {
|
"Discord.Net.Rest": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"NETStandard.Library": "1.6.0"
|
"System.IO.Compression": "4.1.0",
|
||||||
|
"System.Net.NameResolution": "4.0.0",
|
||||||
|
"System.Net.Sockets": "4.1.0",
|
||||||
|
"System.Net.WebSockets.Client": "4.0.0",
|
||||||
|
"System.Runtime.InteropServices": "4.1.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user