Removing imports from src projects
This commit is contained in:
parent
41389cd11f
commit
05ee0897fb
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -17,10 +17,7 @@
|
|||
"netstandardapp1.5": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue