dotnet-installer/test/TestProjects/TestLibraryWithAnalyzer/project.json
2016-01-28 22:33:19 -08:00

15 lines
304 B
JSON
Executable file

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704",
"System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" }
},
"frameworks": {
"dnxcore50": { }
}
}