I want to create a NuGet package that adds a .cs file (a base class the package consumer is encouraged to later modify) to the root of the destination project during installation.
Is that possible? Everything I've found so far says "no, you can only install files below the package's directory".