Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 4a4c454

Browse files
committed
Update dependencies
1 parent b6c63c7 commit 4a4c454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Stormpath.AspNetCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final",
1717
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
1818
"Microsoft.AspNetCore.Owin": "1.0.0-rc2-final",
19-
"Stormpath.Owin.Middleware": "1.0.0-beta1",
20-
"Stormpath.Owin.Views.Precompiled": "0.2.1-beta2"
19+
"Stormpath.Owin.Middleware": "1.0.0",
20+
"Stormpath.Owin.Views.Precompiled": "0.2.1"
2121
},
2222
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
2323
"frameworks": {
@@ -42,5 +42,5 @@
4242
"tooling": {
4343
"defaultNamespace": "Stormpath.AspNetCore"
4444
},
45-
"version": "0.2.2-beta4"
45+
"version": "0.2.2"
4646
}

0 commit comments

Comments
 (0)