dotnet-installer/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json
Andrew Stanton-Nurse 852446e859 Improve resource file support (#2511)
* Add satellite assemblies to deps file with locale data
* Publish satellite assemblies to output during publish
* Copy satellite assemblies from project-to-project dependencies on
build and publish
2016-04-15 14:45:51 -07:00

11 lines
180 B
JSON

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