dotnet-installer/build_projects/Microsoft.DotNet.Cli.Build.Framework/project.json
Eric Erhardt a7fccf8508 Fix update-dependencies.ps1 and build scripts to no longer use restore --infer-runtimes.
Also, update-dependencies.ps1 doesn't use $PSScriptRoot everywhere.  Instead use $RepoRoot.
2016-05-25 22:06:59 -05:00

22 lines
619 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
"compile": [
"../../src/Microsoft.DotNet.InternalAbstractions/RuntimeEnvironment.cs",
"../../src/Microsoft.DotNet.InternalAbstractions/Platform.cs",
"../../src/Microsoft.DotNet.InternalAbstractions/Native/*.cs"
]
},
"dependencies": {
"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"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}
}