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

17 lines
277 B
JSON
Raw Normal View History

2016-03-17 18:43:01 +00:00
{
"version": "1.0.0",
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
2016-03-17 18:43:01 +00:00
"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
}
}
}
}