Skip to content

Commit

Permalink
Update .NET Standard library package to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Nov 16, 2016
1 parent 6966ff4 commit 4777a1c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/JsonWebTokens/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.2.0",
"version": "1.3.0",
"title": "JsonWebTokens",
"authors": [ "Henk Mollema" ],
"copyright": "Copyright 2016 Henk Mollema",
"description": "JSON Web Tokens implementation for .NET Core.",
"packOptions": {
"owners": [ "Henk Mollema" ],
"tags": [ "jwt", "tokens", ".net" ],
"tags": [ "jwt", "tokens", "jsonwebtoken", ".net", "net", "core" ],
"projectUrl": "https://github.com/henkmollema/Jwt.NET",
"licenseUrl": "https://github.com/henkmollema/Jwt.NET/blob/master/LICENSE",
"repository": {
Expand All @@ -20,15 +20,12 @@
},

"dependencies": {
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1"
},

"frameworks": {
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.2.0"
}
}
"net451": {},
"netstandard1.3": {}
}
}

0 comments on commit 4777a1c

Please sign in to comment.