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

19 lines
311 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": false
},
"dependencies": {},
"frameworks": {
"net20": {},
"net35": {},
"net40": {},
"net461": {},
"netstandard1.5": {
"dependencies": {
2016-04-18 05:23:16 +00:00
"NETStandard.Library": "1.5.0-rc2-24018"
}
}
}
}