|
|
@@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
"version": "0.9.3.2", |
|
|
|
"version": "0.9.4", |
|
|
|
"description": "An unofficial .Net API wrapper for the Discord client.", |
|
|
|
"authors": [ "RogueException" ], |
|
|
|
|
|
|
@@ -30,13 +30,13 @@ |
|
|
|
"frameworks": { |
|
|
|
"netstandard1.3": { |
|
|
|
"dependencies": { |
|
|
|
"NETStandard.Library": "1.5.0-rc2-24027", |
|
|
|
"System.Net.Requests": "4.0.11-rc2-24027", |
|
|
|
"System.Net.Websockets.Client": "4.0.0-rc2-24027", |
|
|
|
"System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", |
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", |
|
|
|
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", |
|
|
|
"System.Net.NameResolution": "4.0.0-rc2-24027" |
|
|
|
"NETStandard.Library": "1.6.0", |
|
|
|
"System.Net.Requests": "4.0.11", |
|
|
|
"System.Net.Websockets.Client": "4.0.0", |
|
|
|
"System.Reflection.Emit.Lightweight": "4.0.1", |
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1", |
|
|
|
"System.Security.Cryptography.Algorithms": "4.2.0", |
|
|
|
"System.Net.NameResolution": "4.0.0" |
|
|
|
}, |
|
|
|
"imports": [ |
|
|
|
"dotnet5.4", |
|
|
|