2016-02-02 18:04:50 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-16 23:30:56 +00:00
|
|
|
"buildOptions": {
|
2016-04-28 23:30:32 +00:00
|
|
|
"warningsAsErrors": true,
|
2016-05-16 23:30:56 +00:00
|
|
|
"allowUnsafe": true,
|
|
|
|
"compile": [
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/RuntimeEnvironment.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Platform.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Native/*.cs"
|
|
|
|
]
|
2016-04-28 23:30:32 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"dependencies": {
|
2016-05-24 00:04:20 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc3-24123-01",
|
|
|
|
"System.Diagnostics.Process": "4.1.0-rc3-24123-01",
|
|
|
|
"System.Reflection.TypeExtensions": "4.1.0-rc3-24123-01"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-16 19:01:13 +00:00
|
|
|
"netstandard1.6": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": "dnxcore50"
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|