mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 16:05:27 +00:00
Trying to get netcore45 in
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user