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

14 lines
234 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
2016-04-22 15:58:43 +00:00
"NETStandard.Library": "1.5.0-rc2-24022",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"
}
},
"frameworks": {
2016-04-22 15:58:43 +00:00
"netstandard1.5": {}
}
}