Skip to content

Commit

Permalink
Use Json.NET v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Jan 2, 2016
1 parent 6ed06ea commit b86de8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JsonWebTokens/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"title": "Jwt.NET",
"description": "JSON Web Tokens implementation for .NET",
"authors": [ "Henk Mollema" ],
Expand All @@ -10,7 +10,7 @@
"copyright": "Copyright 2016 Henk Mollema",

"dependencies": {
"Newtonsoft.Json": "8.0.1"
"Newtonsoft.Json": "7.0.1"
},

"frameworks": {
Expand Down

0 comments on commit b86de8a

Please sign in to comment.