Fix build break
This commit is contained in:
parent
d593ac148d
commit
9e20f6fa0e
|
|
@ -15,7 +15,11 @@
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {
|
||||||
|
"frameworkAssemblies": {
|
||||||
|
"System.Runtime": { "type": "build" }
|
||||||
|
}
|
||||||
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Win32.Primitives": "4.0.1-*",
|
"Microsoft.Win32.Primitives": "4.0.1-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue