mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Oops, removed too much from project.json
This commit is contained in:
@@ -16,6 +16,40 @@
|
||||
"allowUnsafe": true
|
||||
},
|
||||
"frameworks": {
|
||||
"net35": {
|
||||
},
|
||||
"net40": {
|
||||
},
|
||||
"net45": {
|
||||
},
|
||||
".NETPortable,Version=v4.0,Profile=Profile328": {
|
||||
"buildOptions": {
|
||||
"define": [ "NO_FILE", "NO_CRYPTO", "SILVERLIGHT" ]
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"mscorlib": { "type": "build" },
|
||||
"System": { "type": "build" },
|
||||
"System.Core": { "type": "build" }
|
||||
}
|
||||
},
|
||||
".NETPortable,Version=v4.5,Profile=Profile259": {
|
||||
"buildOptions": {
|
||||
"define": [ "NO_FILE", "NO_CRYPTO", "SILVERLIGHT" ]
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System": { "type": "build" },
|
||||
"System.Collections": { "type": "build" },
|
||||
"System.Core": { "type": "build" },
|
||||
"System.Diagnostics.Debug": { "type": "build" },
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Linq": { "type": "build" },
|
||||
"System.Linq.Expressions": { "type": "build" },
|
||||
"System.Resources.ResourceManager": { "type": "build" },
|
||||
"System.Runtime": { "type": "build" },
|
||||
"System.Runtime.Extensions": { "type": "build" },
|
||||
"System.Text.Encoding": { "type": "build" }
|
||||
}
|
||||
},
|
||||
"netstandard1.0": {
|
||||
"buildOptions": {
|
||||
"define": [ "NO_FILE", "NO_CRYPTO" ]
|
||||
|
||||
Reference in New Issue
Block a user