Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:45:43 -07:00
parent 41389cd11f
commit 05ee0897fb
6 changed files with 7 additions and 29 deletions

View File

@ -5,7 +5,6 @@
"aspnetcore", "aspnetcore",
"diagnostics" "diagnostics"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/aspnet/diagnostics" "url": "git://github.com/aspnet/diagnostics"
@ -22,10 +21,7 @@
"netstandard1.0": { "netstandard1.0": {
"dependencies": { "dependencies": {
"System.Resources.ResourceManager": "4.0.1-*" "System.Resources.ResourceManager": "4.0.1-*"
}, }
"imports": [
"dotnet5.1"
]
} }
} }
} }

View File

@ -5,7 +5,6 @@
"aspnetcore", "aspnetcore",
"diagnostics" "diagnostics"
], ],
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -36,10 +35,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Threading": "4.0.11-*" "System.Threading": "4.0.11-*"
}, }
"imports": [
"dotnet5.4"
]
} }
}, },
"compileExclude": [ "compileExclude": [

View File

@ -6,7 +6,6 @@
"diagnostics", "diagnostics",
"entityframeworkcore" "entityframeworkcore"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/aspnet/diagnostics" "url": "git://github.com/aspnet/diagnostics"
@ -39,7 +38,6 @@
"System.Threading": "4.0.11-*" "System.Threading": "4.0.11-*"
}, },
"imports": [ "imports": [
"dotnet5.4",
"portable-net451+win8" "portable-net451+win8"
] ]
} }

View File

@ -5,7 +5,6 @@
"aspnetcore", "aspnetcore",
"diagnostics" "diagnostics"
], ],
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -33,14 +32,11 @@
"System.Diagnostics.DiagnosticSource": "4.0.0-*" "System.Diagnostics.DiagnosticSource": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Reflection.Extensions": "4.0.1-*" "System.Reflection.Extensions": "4.0.1-*"
}, }
"imports": [
"dotnet5.4"
]
} }
}, },
"compileExclude": [ "compileExclude": [

View File

@ -5,7 +5,6 @@
"aspnetcore", "aspnetcore",
"diagnostics" "diagnostics"
], ],
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -24,11 +23,7 @@
"System.Diagnostics.DiagnosticSource": "4.0.0-*" "System.Diagnostics.DiagnosticSource": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.3": { "netstandard1.3": {}
"imports": [
"dotnet5.4"
]
}
} }
} }

View File

@ -17,10 +17,7 @@
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"System.Console": "4.0.0-*" "System.Console": "4.0.0-*"
}, }
"imports": [
"dnxcore50"
]
} }
}, },
"commands": { "commands": {