Oops, removed too much from project.json

This commit is contained in:
Adam Hathcock
2016-10-14 09:03:15 +01:00
parent e320ccfa9a
commit 0a64fe28b0

View File

@@ -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" ]