dotnet-installer/TestAssets/TestPackages/dotnet-portable/project.json

21 lines
357 B
JSON
Raw Normal View History

2016-03-17 18:43:01 +00:00
{
"version": "1.0.0",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netstandard1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-04-07 00:45:38 +00:00
"version": "1.0.0-rc2-*"
}
2016-03-17 18:43:01 +00:00
}
}
}
}