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

Commit ba6ff1a

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 0d34af4 commit ba6ff1a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

samples/SampleApp/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
76
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
87
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
98
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",

test/Microsoft.Extensions.Logging.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.Testing": "1.0.0-*",
98
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
109
"Microsoft.Extensions.Logging": "1.0.0-*",

test/Microsoft.Extensions.Logging.Testing.Tests/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
98
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
109
"xunit": "2.1.0"
1110
},

0 commit comments

Comments
 (0)