d2188cd95a
- Disable crossgen for windows.Tracked by - https://github.com/dotnet/cli/issues/3059 - And also fix #2974
31 lines
No EOL
578 B
JSON
31 lines
No EOL
578 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": false
|
|
},
|
|
"dependencies": {
|
|
"dotnet-desktop-and-portable": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc3-24113-00"
|
|
},
|
|
"imports": [
|
|
"portable-net45+win8",
|
|
"dnxcore50",
|
|
"netcoreapp1.0"
|
|
]
|
|
},
|
|
"net451": {}
|
|
},
|
|
"tools": {
|
|
"dotnet-dependency-tool-invoker": {
|
|
"version": "1.0.0-*",
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
} |