Closed dansiegel closed 7 years ago
AFAIK this is by design since NuGet doesn't allow that anymore. @SimonCropp written that somewhere. You simply create it manually.
@MihaMarkic is correct. also the xml.install.xdt
is fundamentally broken since it doesnt understand upgrades, so during an upgrade u delete any customizations to the node
After testing v2.0 noticed the following issues
1) The
FodyWeavers.xml
is not getting created in the netstandard library. 2) The FodyWeavers doesn't actually contain the<PropertyChanged />
node. Really would be nice to include the following:FodyWeavers.xml.install.xdt
FodyWeavers.xml.uninstall.xdt
nuspec