dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json
Piotr Puszkiewicz 24596b23ae 02->2
2016-11-04 10:30:00 -07:00

11 lines
204 B
JSON

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