Upgraded netcore50 moniker to dotnet5.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.1-beta2",
|
"version": "0.8.1-beta2",
|
||||||
"description": "An unofficial .Net API wrapper for the Discord client.",
|
"description": "An unofficial .Net API wrapper for the Discord client.",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -29,39 +29,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "7.0.1"
|
"Newtonsoft.Json": "7.0.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"RestSharp": "105.2.3",
|
"RestSharp": "105.2.3",
|
||||||
"WebSocketSharp": "1.0.3-rc9"
|
"WebSocketSharp": "1.0.3-rc9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"RestSharp": "105.2.3",
|
"System.Collections": "4.0.11-beta-23516",
|
||||||
"WebSocketSharp": "1.0.3-rc9"
|
"System.Collections.Concurrent": "4.0.11-beta-23516",
|
||||||
}
|
"System.IO.Compression": "4.1.0-beta-23516",
|
||||||
},
|
"System.Linq": "4.0.1-beta-23516",
|
||||||
"dnxcore50": {
|
"System.Net.NameResolution": "4.0.0-beta-23516",
|
||||||
"dependencies": {
|
"System.Net.Sockets": "4.1.0-beta-23516",
|
||||||
"System.Collections": "4.0.11-beta-23409",
|
"System.Net.Requests": "4.0.11-beta-23516",
|
||||||
"System.Collections.Concurrent": "4.0.11-beta-23409",
|
"System.Net.WebSockets.Client": "4.0.0-beta-23516",
|
||||||
"System.IO.Compression": "4.0.1-beta-23409",
|
"System.Runtime.InteropServices": "4.0.21-beta-23516",
|
||||||
"System.Linq": "4.0.1-beta-23409",
|
"System.Text.RegularExpressions": "4.0.11-beta-23516",
|
||||||
"System.Net.Http": "4.0.1-beta-23409",
|
"System.Threading": "4.0.11-beta-23516",
|
||||||
"System.Net.NameResolution": "4.0.0-beta-23409",
|
"System.Threading.Thread": "4.0.0-beta-23516"
|
||||||
"System.Net.Sockets": "4.1.0-beta-23409",
|
|
||||||
"System.Net.Requests": "4.0.11-beta-23409",
|
|
||||||
"System.Net.WebSockets.Client": "4.0.0-beta-23409",
|
|
||||||
"System.Runtime.InteropServices": "4.0.21-beta-23409",
|
|
||||||
"System.Text.RegularExpressions": "4.0.11-beta-23409",
|
|
||||||
"System.Threading": "4.0.11-beta-23409",
|
|
||||||
"System.Threading.Thread": "4.0.0-beta-23409"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user