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-rc1-final packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Mar 9, 2017
1 parent 7bfd7c9 commit a38a200
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions samples/Mvc/Mvc.Server/project.json
Expand Up @@ -18,8 +18,8 @@
},

"dependencies": {
"AspNet.Security.OAuth.Introspection": "1.0.0-*",
"AspNet.Security.OAuth.Validation": "1.0.0-*",
"AspNet.Security.OAuth.Introspection": "1.0.0-beta1-final",
"AspNet.Security.OAuth.Validation": "1.0.0-beta1-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
Expand Up @@ -31,8 +31,8 @@
"Nancy.Owin": "1.3.0",
"Nancy.Viewengines.Razor": "1.3.0",
"NWebsec.Owin": "1.0.0",
"Owin.Security.OAuth.Introspection": "1.0.0-*",
"Owin.Security.OAuth.Validation": "1.0.0-*",
"Owin.Security.OAuth.Introspection": "1.0.0-beta1-final",
"Owin.Security.OAuth.Validation": "1.0.0-beta1-final",
"Owin.Security.OpenIdConnect.Server": { "target": "project" }
},

Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Client/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-final",

"description": "OpenID Connect client for ASP.NET Core.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Extensions/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-final",

"description": "OpenID Connect extensions for the OpenID Connect server middleware.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Primitives/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-final",

"description": "OpenID Connect primitives for the OpenID Connect server middleware.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.Security.OpenIdConnect.Server/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-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
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-final",

"description": "OpenID Connect extensions for the OpenID Connect server middleware.",
"authors": [ "Kévin Chalet" ],
Expand Down
2 changes: 1 addition & 1 deletion src/Owin.Security.OpenIdConnect.Server/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc1-*",
"version": "1.0.0-rc1-final",

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

0 comments on commit a38a200

Please sign in to comment.