2016-02-02 18:04:50 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-04-28 23:30:32 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"warningsAsErrors": true,
|
|
|
|
"allowUnsafe": true
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"dependencies": {
|
2016-04-27 05:41:53 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-24027",
|
|
|
|
"System.Diagnostics.Process": "4.1.0-rc2-24027",
|
2016-04-28 23:30:32 +00:00
|
|
|
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
2016-04-28 23:30:32 +00:00
|
|
|
"compile": [
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/RuntimeEnvironment.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Platform.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Native/*.cs"
|
|
|
|
],
|
2016-03-12 05:28:08 +00:00
|
|
|
"frameworks": {
|
|
|
|
"netstandard1.3": {
|
|
|
|
"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
|
|
|
}
|