Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:47:09 -07:00
parent 4c51e87971
commit a41c578d88
11 changed files with 50 additions and 48 deletions

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -23,10 +25,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"netstandard1.3": {}
}
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -23,7 +25,6 @@
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -23,7 +25,6 @@
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -24,7 +26,6 @@
"net451": {},
"netstandard1.4": {
"imports": [
"dotnet5.5",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -23,7 +25,6 @@
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -24,7 +26,6 @@
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -24,7 +26,6 @@
"net451": {},
"netstandard1.4": {
"imports": [
"dotnet5.5",
"portable-net451+win8"
]
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -21,10 +23,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"netstandard1.3": {}
}
}

View File

@ -13,7 +13,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -39,7 +41,6 @@
"System.Net.Http": "4.0.1-*"
},
"imports": [
"dotnet5.4",
"portable-net451"
]
}

View File

@ -12,7 +12,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -22,16 +24,15 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
"System.Runtime": {
"type": "build"
}
}
},
"netstandard1.3": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"
},
"imports": [
"dotnet5.4"
]
}
}
}
}

View File

@ -11,7 +11,9 @@
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -20,10 +22,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"netstandard1.3": {}
}
}