Browse Source

Migrate to the ASOS rc1-final packages

pull/372/head
Kévin Chalet 9 years ago
parent
commit
9970537ebf
  1. 4
      samples/Mvc.Server/project.json
  2. 2
      src/OpenIddict.Core/project.json
  3. 2
      src/OpenIddict.Mvc/project.json
  4. 2
      src/OpenIddict/project.json
  5. 2
      test/OpenIddict.Tests/project.json

4
samples/Mvc.Server/project.json

@ -19,8 +19,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",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",

2
src/OpenIddict.Core/project.json

@ -33,7 +33,7 @@
},
"dependencies": {
"AspNet.Security.OpenIdConnect.Primitives": "1.0.0-rc1-*",
"AspNet.Security.OpenIdConnect.Primitives": "1.0.0-rc1-final",
"CryptoHelper": "2.0.0",
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",

2
src/OpenIddict.Mvc/project.json

@ -33,7 +33,7 @@
},
"dependencies": {
"AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-*",
"AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-final",
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"OpenIddict.Core": { "target": "project" }

2
src/OpenIddict/project.json

@ -33,7 +33,7 @@
},
"dependencies": {
"AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-*",
"AspNet.Security.OpenIdConnect.Server": "1.0.0-rc1-final",
"JetBrains.Annotations": { "type": "build", "version": "10.3.0" },
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0",

2
test/OpenIddict.Tests/project.json

@ -8,7 +8,7 @@
},
"dependencies": {
"AspNet.Security.OpenIdConnect.Client": "1.0.0-rc1-*",
"AspNet.Security.OpenIdConnect.Client": "1.0.0-rc1-final",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0",

Loading…
Cancel
Save