dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json
2016-11-01 00:29:54 -07:00

11 lines
204 B
JSON

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