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

14 lines
237 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-24127-01",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"
}
},
"frameworks": {
"netstandard1.5": {}
}
}