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

Commit

Permalink
1.0.7 patch version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent 8e04601 commit 941cbba
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 49 deletions.
30 changes: 15 additions & 15 deletions samples/IdentitySample.Mvc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.6",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.4",
"Microsoft.AspNetCore.Diagnostics": "1.0.4",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.4",
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.4",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.4",
"Microsoft.AspNetCore.Authentication.Google": "1.0.4",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.4",
"Microsoft.AspNetCore.Authorization": "1.0.4",
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.5",
"Microsoft.AspNetCore.Diagnostics": "1.0.5",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.5",
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.5",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.5",
"Microsoft.AspNetCore.Authentication.Google": "1.0.5",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.5",
"Microsoft.AspNetCore.Authorization": "1.0.5",
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-preview4-final",
"type": "build"
},
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.5",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.2",
Expand All @@ -40,7 +40,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Identity.AspNetCoreCompat/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.5",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"Microsoft.AspNet.Identity.EntityFramework": "2.2.1",
"Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.Interop": "1.0.4"
"Microsoft.Owin.Security.Interop": "1.0.5"
},
"frameworks": {
"net451": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
"version": "1.0.4",
"version": "1.0.5",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -22,8 +22,8 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.EntityFrameworkCore.Relational": "1.0.5"
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.EntityFrameworkCore.Relational": "1.0.6"
},
"frameworks": {
"net451": {},
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Identity/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.",
"version": "1.0.4",
"version": "1.0.5",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -21,9 +21,9 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.4",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.4"
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.5",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.5"
},
"frameworks": {
"net451": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.5",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.5",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.6",
"xunit": "2.1.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.5",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.5",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.6",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.4",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.5",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
14 changes: 7 additions & 7 deletions test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Authentication": "1.0.4",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.Authentication": "1.0.5",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.AspNetCore.Identity.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Identity": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Identity": "1.0.5",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Configuration": "1.0.2",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.2",
Expand All @@ -20,7 +20,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down

0 comments on commit 941cbba

Please sign in to comment.