Fix nuget GAC issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.0-rc3",
|
"version": "0.9.0-rc3-2",
|
||||||
"description": "An unofficial .Net API wrapper for the Discord client.",
|
"description": "An unofficial .Net API wrapper for the Discord client.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"RogueException"
|
"RogueException"
|
||||||
@@ -63,8 +63,14 @@
|
|||||||
},
|
},
|
||||||
"net45": {
|
"net45": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Runtime": "4.0.0.0",
|
"System.Runtime": {
|
||||||
"System.Threading.Tasks": "4.0.0.0"
|
"type": "build",
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
"System.Threading.Tasks": {
|
||||||
|
"type": "build",
|
||||||
|
"version": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"WebSocket4Net": "0.14.1",
|
"WebSocket4Net": "0.14.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user