I have a project which exists in a directory named Oracle
and I would like the artifacts created to be called MyCompany.MyApp.Oracle
instead of Oracle
, what are my options for changing the output assembly name and nuget package name outside of changing the name of the directory?
- I currently have a
MyCompany.MyApp.Oracle.xproj
next to myproject.json
file - I've also tried setting
<AssemblyName>MyCompany.MyApp.Oracle</AssemblyName>
in the xproj file but that didn't work - I've also tried setting
{"id":"MyCompany.MyApp.Oracle"}
in project.json and still no luck