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",
"diagnostics"
],
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
@ -22,10 +21,7 @@
"netstandard1.0": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.1-*"
},
"imports": [
"dotnet5.1"
]
}
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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