dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json
2016-11-04 10:09:22 -07:00

11 lines
205 B
JSON

{
"dependencies": {},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.NET.Sdk": "1.0.0-alpha-20161104-02",
"NETStandard.Library": "1.6.0"
}
}
}
}