Add System.IO to framework assemblies
This commit is contained in:
parent
7bedbdfbab
commit
430c903f65
|
|
@ -13,6 +13,7 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
|
"System.IO": "",
|
||||||
"System.Security": "",
|
"System.Security": "",
|
||||||
"System.Xml": "",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": ""
|
"System.Xml.Linq": ""
|
||||||
|
|
@ -20,6 +21,7 @@
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
|
"System.IO": "",
|
||||||
"System.Security": "",
|
"System.Security": "",
|
||||||
"System.Xml": "",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": ""
|
"System.Xml.Linq": ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue