Removing imports from src projects
This commit is contained in:
parent
0e36980c86
commit
0c5e5dbd29
|
|
@ -24,11 +24,7 @@
|
||||||
"Microsoft.Extensions.Options": "1.0.0-*"
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {}
|
||||||
"imports": [
|
|
||||||
"dotnet5.4"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -23,10 +23,7 @@
|
||||||
"System.Collections.Concurrent": "4.0.12-*",
|
"System.Collections.Concurrent": "4.0.12-*",
|
||||||
"System.Linq": "4.1.0-*",
|
"System.Linq": "4.1.0-*",
|
||||||
"System.Resources.ResourceManager": "4.0.1-*"
|
"System.Resources.ResourceManager": "4.0.1-*"
|
||||||
},
|
}
|
||||||
"imports": [
|
|
||||||
"dotnet5.2"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -22,10 +22,7 @@
|
||||||
"Microsoft.CSharp": "4.0.1-*",
|
"Microsoft.CSharp": "4.0.1-*",
|
||||||
"System.Globalization": "4.0.11-*",
|
"System.Globalization": "4.0.11-*",
|
||||||
"System.Resources.ResourceManager": "4.0.1-*"
|
"System.Resources.ResourceManager": "4.0.1-*"
|
||||||
},
|
}
|
||||||
"imports": [
|
|
||||||
"dotnet5.1"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -23,15 +23,12 @@
|
||||||
"Microsoft.Extensions.Options": "1.0.0-*"
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections.Concurrent": "4.0.12-*",
|
"System.Collections.Concurrent": "4.0.12-*",
|
||||||
"System.Resources.Reader": "4.0.0-*"
|
"System.Resources.Reader": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": [
|
|
||||||
"dotnet5.4"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue