dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json
2016-05-23 17:19:11 -07:00

13 lines
243 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.0-rc3-24123-01"
},
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
}
}