mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
System.Composition not compatible with NetCore 1.0 (#250)
- Reverting to a beta version of System.Composition that is compatible with NetCore 1.1. Otherwise we end up with a mishmash of versions which breaks Mac OpenSSL support
This commit is contained in:
@@ -32,12 +32,8 @@
|
|||||||
"System.Diagnostics.Process": "4.1.0",
|
"System.Diagnostics.Process": "4.1.0",
|
||||||
"System.Threading.Thread": "4.0.0",
|
"System.Threading.Thread": "4.0.0",
|
||||||
"System.Runtime.Loader": "4.0.0",
|
"System.Runtime.Loader": "4.0.0",
|
||||||
"System.Composition.Runtime": "1.0.31",
|
"System.Composition": "1.0.31-beta-24326-02",
|
||||||
"System.Composition.Convention": "1.0.31",
|
"Microsoft.Extensions.DependencyModel": "1.0.0"
|
||||||
"System.Composition.TypedParts": "1.0.31",
|
|
||||||
"Microsoft.Extensions.DependencyModel": "1.0.0",
|
|
||||||
"System.Runtime": "4.3.0",
|
|
||||||
"Microsoft.DiaSymReader.Native": "1.4.1"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|||||||
Reference in New Issue
Block a user