Skip to content

Commit

Permalink
Update to .NET Core RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Jun 28, 2016
1 parent d8bc8f4 commit d896e6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder

$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/dev.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP
Expand Down
16 changes: 5 additions & 11 deletions src/JsonWebTokens/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"title": "Jwt.NET",
"authors": [ "Henk Mollema" ],
"copyright": "Copyright 2016 Henk Mollema",
Expand All @@ -20,22 +20,16 @@
},

"dependencies": {
"Newtonsoft.Json": "8.0.4-beta1"
"Newtonsoft.Json": "9.0.1"
},

"frameworks": {
"net40": { },
"net45": { },
"net451": { },
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Security.Cryptography.Algorithms": "4.1.0-*"
},
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
"Microsoft.CSharp": "4.0.1",
"System.Security.Cryptography.Algorithms": "4.2.0"
}
}
}
}

0 comments on commit d896e6d

Please sign in to comment.