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

17 lines
293 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-04-18 05:23:16 +00:00
"NETStandard.Library": "1.5.0-rc2-24018",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"
}
},
"frameworks": {
"netstandard1.5": { }
}
}