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

Commit 2054e06

Browse files
committed
1.0.7 patch version updates
1 parent ee26be2 commit 2054e06

File tree

22 files changed

+79
-79
lines changed

22 files changed

+79
-79
lines changed

samples/CookieSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
4-
"Microsoft.AspNetCore.DataProtection": "1.0.4",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
3+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
4+
"Microsoft.AspNetCore.DataProtection": "1.0.5",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
77
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
88
"Microsoft.Extensions.Logging.Console": "1.0.2"
99
},
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.7",
18+
"version": "1.0.8-servicing-005009-00",
1919
"type": "platform"
2020
}
2121
}

samples/CookieSessionSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
4-
"Microsoft.AspNetCore.DataProtection": "1.0.4",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
3+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
4+
"Microsoft.AspNetCore.DataProtection": "1.0.5",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
77
"Microsoft.Extensions.Caching.Memory": "1.0.2",
88
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
99
"Microsoft.Extensions.Logging.Console": "1.0.2"
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.7",
19+
"version": "1.0.8-servicing-005009-00",
2020
"type": "platform"
2121
}
2222
}

samples/JwtBearerSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"emitEntryPoint": true
55
},
66
"dependencies": {
7-
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.4",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
9-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
10-
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
7+
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.5",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
9+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
10+
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
1111
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.2",
1212
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2"
1313
},
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.7",
19+
"version": "1.0.8-servicing-005009-00",
2020
"type": "platform"
2121
}
2222
}

samples/OpenIdConnect.AzureAdSample/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
4-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.4",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
3+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
4+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.5",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
77
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
88
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.2",
99
"Microsoft.Extensions.Logging.Console": "1.0.2",
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.7",
17+
"version": "1.0.8-servicing-005009-00",
1818
"type": "platform"
1919
}
2020
}

samples/OpenIdConnectSample/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
4-
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.4",
5-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
6-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
7-
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.5",
3+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
4+
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.5",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
7+
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.6",
88
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.2",
99
"Microsoft.Extensions.FileProviders.Embedded": "1.0.1",
1010
"Microsoft.Extensions.Logging.Console": "1.0.2",
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.7",
19+
"version": "1.0.8-servicing-005009-00",
2020
"type": "platform"
2121
}
2222
}

samples/SocialSample/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.4",
4-
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.4",
5-
"Microsoft.AspNetCore.Authentication.Google": "1.0.4",
6-
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.4",
7-
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.4",
8-
"Microsoft.AspNetCore.DataProtection": "1.0.4",
9-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
11-
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.5",
3+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.5",
4+
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.5",
5+
"Microsoft.AspNetCore.Authentication.Google": "1.0.5",
6+
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.5",
7+
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.5",
8+
"Microsoft.AspNetCore.DataProtection": "1.0.5",
9+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
11+
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.6",
1212
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.2",
1313
"Microsoft.Extensions.FileProviders.Embedded": "1.0.1",
1414
"Microsoft.Extensions.Logging.Console": "1.0.2",
@@ -22,7 +22,7 @@
2222
"netcoreapp1.0": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.7",
25+
"version": "1.0.8-servicing-005009-00",
2626
"type": "platform"
2727
}
2828
}

src/Microsoft.AspNetCore.Authentication.Cookies/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": "ASP.NET Core middleware that enables an application to use cookie based authentication.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication": "1.0.4",
24+
"Microsoft.AspNetCore.Authentication": "1.0.5",
2525
"Microsoft.Extensions.Options": "1.0.2",
2626
"Microsoft.Extensions.WebEncoders": "1.0.3"
2727
},

src/Microsoft.AspNetCore.Authentication.Facebook/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": "ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.4"
24+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.5"
2525
},
2626
"frameworks": {
2727
"net451": {},

src/Microsoft.AspNetCore.Authentication.Google/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": "ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.4"
24+
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.5"
2525
},
2626
"frameworks": {
2727
"net451": {},

src/Microsoft.AspNetCore.Authentication.JwtBearer/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": "ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.",
44
"packOptions": {
55
"repository": {
@@ -21,7 +21,7 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Authentication": "1.0.4",
24+
"Microsoft.AspNetCore.Authentication": "1.0.5",
2525
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0"
2626
},
2727
"frameworks": {

0 commit comments

Comments
 (0)