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

17 lines
265 B
JSON
Raw Normal View History

2016-03-17 18:43:01 +00:00
{
"version": "1.0.0",
"buildOptions": {
2016-03-17 18:43:01 +00:00
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
2016-03-17 18:43:01 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
2016-03-17 18:43:01 +00:00
}
}
}
}