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

14 lines
235 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
2016-04-22 23:01:51 +00:00
"NETStandard.Library": "1.5.0-rc2-24018",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"
}
},
"frameworks": {
2016-04-22 23:01:51 +00:00
"netstandard1.5": { }
}
}