Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Update project.json to build 1.0.0-beta6-final packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Jun 29, 2016
1 parent 98a197d commit a30293a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/Mvc/Mvc.Server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},

"dependencies": {
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha2-*",
"AspNet.Security.OAuth.Validation": "1.0.0-alpha2-*",
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha2-final",
"AspNet.Security.OAuth.Validation": "1.0.0-alpha2-final",
"AspNet.Security.OpenIdConnect.Server": { "target": "project" },
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/Nancy/Nancy.Server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"Nancy.Owin": "1.3.0",
"Nancy.Viewengines.Razor": "1.3.0",
"NWebsec.Owin": "1.0.0",
"Owin.Security.OAuth.Introspection": "1.0.0-alpha2-*",
"Owin.Security.OAuth.Validation": "1.0.0-alpha2-*",
"Owin.Security.OAuth.Introspection": "1.0.0-alpha2-final",
"Owin.Security.OAuth.Validation": "1.0.0-alpha2-final",
"Owin.Security.OpenIdConnect.Server": { "target": "project" }
},

Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta6-*",
"version": "1.0.0-beta6-final",

"description": "OpenID Connect extensions for AspNet.Security.OpenIdConnect.Server.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta6-*",
"version": "1.0.0-beta6-final",

"description": "OpenID Connect server middleware for ASP.NET Core.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/Owin.Security.OpenIdConnect.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta6-*",
"version": "1.0.0-beta6-final",

"description": "OpenID Connect extensions for Owin.Security.OpenIdConnect.Server.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/Owin.Security.OpenIdConnect.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta6-*",
"version": "1.0.0-beta6-final",

"description": "OpenID Connect server middleware for OWIN/Katana.",
"authors": [ "Kévin Chalet" ],
Expand Down

0 comments on commit a30293a

Please sign in to comment.