Move dependency to netstandard only
This commit is contained in:
parent
b35814f035
commit
010e8a4e37
|
|
@ -46,12 +46,14 @@
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
|
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "8.0.3",
|
"Newtonsoft.Json": "8.0.3",
|
||||||
"System.Runtime.Serialization.Primitives": "4.1.1-*",
|
|
||||||
"System.Buffers": "4.0.0-*"
|
"System.Buffers": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": { },
|
||||||
"netstandard1.5": {
|
"netstandard1.5": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Runtime.Serialization.Primitives": "4.1.1-*"
|
||||||
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue