Skip to content

Commit

Permalink
Dota2 6.86e, Dota2-lib 0.7.4, Add support for dotnet4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Feb 8, 2016
1 parent a2a14f1 commit b0a8960
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Dota2/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.3",
"version": "0.7.4",
"description": "A plugin for SteamKit that interacts with the DOTA 2 game coordinator.",
"authors": [ "paralin" ],
"tags": [ "dota2", "steam", "networking", "steamkit", "dota", "moba" ],
Expand All @@ -15,9 +15,11 @@

"compilationOptions": { },
"frameworks": {
"net40": {},
"net45": {},
"net451": {},
"dnx451": {},
"net40": {}
"net460": {},
"dnx451": {}
},

"dependencies": {
Expand Down

0 comments on commit b0a8960

Please sign in to comment.