dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json

13 lines
195 B
JSON
Raw Normal View History

2016-04-11 19:19:42 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"PackageWithFakeNativeDep": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": { }
}
}