Merge branch 'release' into dev
This commit is contained in:
commit
6a73d15dfb
|
|
@ -36,7 +36,7 @@
|
|||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue