dotnet-installer/TestAssets/TestProjects/ResourcesTests/TestApp/project.json
2016-04-19 14:58:45 -07:00

19 lines
395 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Data.OData": "5.6.4",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
"TestLibraryWithResources": { "target": "project" }
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "portable-net45+win8" ]
}
}
}