Each NuGet package needs to have their own notice file as it is the one responsible to contain the licenses for the dependent libraries, which changes from package to package.
Once we create the new NOTICE file we will also need to add the CopyToOutputDirectory="PreserveNewest" for the README & NOTICE files while ensuring it is in a different directory from the files for the CLI package.
Each NuGet package needs to have their own notice file as it is the one responsible to contain the licenses for the dependent libraries, which changes from package to package.
Once we create the new NOTICE file we will also need to add the
CopyToOutputDirectory="PreserveNewest"for the README & NOTICE files while ensuring it is in a different directory from the files for the CLI package.