dotnet-installer/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json
2016-04-27 05:41:53 +00:00

11 lines
179 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}
}