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

14 lines
251 B
JSON
Raw Normal View History

2016-04-11 19:19:42 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24008"
2016-04-11 19:19:42 +00:00
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": { }
}
}