dotnet-installer/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json
2016-04-22 16:39:44 -07:00

11 lines
179 B
JSON

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