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

Commit b7bdb39

Browse files
author
N. Taylor Mullen
committed
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
1 parent 666ad0f commit b7bdb39

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

samples/CookieSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
43
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
54
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
65
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",

samples/CookieSessionSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
43
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
54
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
65
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",

samples/JwtBearerSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitEntryPoint": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
98
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
109
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",

samples/OpenIdConnect.AzureAdSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
43
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
54
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
65
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",

samples/OpenIdConnectSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
43
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
54
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
65
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",

samples/SocialSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.0.1-*",
43
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
54
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
65
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",

test/Microsoft.AspNetCore.Authentication.Test/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
98
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
109
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",

test/Microsoft.AspNetCore.Authorization.Test/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
98
"Microsoft.AspNetCore.Testing": "1.0.0-*",
109
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

test/Microsoft.AspNetCore.CookiePolicy.Test/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
98
"Microsoft.AspNetCore.CookiePolicy": "1.0.0-*",
109
"Microsoft.AspNetCore.TestHost": "1.0.0-*",

test/Microsoft.Owin.Security.Interop.Test/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
},
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
87
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
98
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
109
"Microsoft.Owin.Security.Cookies": "3.0.1",

0 commit comments

Comments
 (0)