This repository was archived by the owner on Oct 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
test/Stormpath.AspNetCore.TckHarness Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "authors" : [ " Nate Barbettini" ],
33 "buildOptions" : {
4+ "nowarn" : [
5+ " CS1591"
6+ ],
7+ "warningsAsErrors" : true ,
48 "xmlDoc" : true
59 },
610 "copyright" : " (c) 2016 Stormpath, Inc." ,
1115 "Microsoft.AspNetCore.Mvc.Abstractions" : " 1.0.0-rc2-final" ,
1216 "Microsoft.AspNetCore.Mvc.ViewFeatures" : " 1.0.0-rc2-final" ,
1317 "Microsoft.AspNetCore.Owin" : " 1.0.0-rc2-final" ,
14- "Stormpath.Owin.Middleware" : " 0.2.0-beta1 " ,
15- "Stormpath.Owin.Views.Precompiled" : " 0.2.0-beta1 "
18+ "Stormpath.Owin.Middleware" : " 0.2.0" ,
19+ "Stormpath.Owin.Views.Precompiled" : " 0.2.0"
1620 },
17- "description" : " Stormpath middleware for ASP.NET Core." ,
21+ "description" : " Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications. " ,
1822 "frameworks" : {
1923 "netstandard1.5" : {
2024 "dependencies" : {
3741 "tooling" : {
3842 "defaultNamespace" : " Stormpath.AspNetCore"
3943 },
40- "version" : " 0.2.0-beta1 "
44+ "version" : " 0.2.0"
4145}
Original file line number Diff line number Diff line change 1818 },
1919 "Stormpath.AspNetCore" : {
2020 "target" : " project" ,
21- "version" : " 0.2.0-beta1 "
21+ "version" : " 0.2.0"
2222 }
2323 },
2424 "frameworks" : {
3535 "tooling" : {
3636 "defaultNamespace" : " Stormpath.AspNetCore.TestHarness"
3737 },
38- "version" : " 0.2.0-beta1 "
38+ "version" : " 0.2.0"
3939}
You can’t perform that action at this time.
0 commit comments