Trying to get netcore45 in

This commit is contained in:
Adam Hathcock
2015-08-06 15:42:31 +01:00
parent da47306f04
commit 0ba87b6c62

View File

@@ -8,7 +8,21 @@
"frameworks": {
"net35": { },
"net40": { },
"net45": { },
"netcore45": {
"frameworkAssemblies": {
"mscorlib": "",
"System": "",
"System.Collections": "",
"System.IO": "",
"System.Linq": "",
"System.Reflection": ""
},
"compilationOptions": {
"define": [ "NETFX_CORE" ]
}
},
"dnxcore50": {
"dependencies": {
"System.IO.FileSystem": "4.0.0-beta-23109",
@@ -20,7 +34,7 @@
},
"compilationOptions": {
"define": [ "DNXCORE50" ]
}
}
}
}
}