Add a runtimes section to fix win7
This commit is contained in:
parent
e57ded038b
commit
a3a583b910
|
|
@ -40,5 +40,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"win7-x86": {},
|
||||||
|
"win7-x64": {},
|
||||||
|
|
||||||
|
"osx.10.10-x64": {},
|
||||||
|
"osx.10.11-x64": {},
|
||||||
|
|
||||||
|
"ubuntu.14.04-x64": {},
|
||||||
|
"ubuntu.14.10-x64": {},
|
||||||
|
"ubuntu.15.04-x64": {},
|
||||||
|
"ubuntu.16.04-x64": {},
|
||||||
|
"centos.7-x64": {},
|
||||||
|
"debian.8-x64": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue