dotnet-installer/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json

21 lines
374 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": false
},
"dependencies": { },
"frameworks": {
"net20": { },
"net35": { },
"net40": { },
"net461": { },
"dnxcore50": {
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811"
}
}
}
}