dotnet-installer/TestAssets/TestProjects/TestAppWithBuildDependency/LibraryWithBuildDependency/project.json

19 lines
320 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004322"
},
"Microsoft.Net.Compilers": {
"type": "build",
"version": "1.1.1"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}