I'm creating a package for nuget and I would like to edit the project.csproj file and replace some codes as part of the package installation process.
Can this be done with the nuspec file?
Or should you use a PowerShell script? If possible give an example with PowerShell