Enhancement Request
Add one-liner to the README regarding confirmation that a package manager is available (like nuget.org) before performing the dotnet rebuild step, otherwise the build will fail due to the dependencies not being available. As an example, you can add the following line to state that how to add nuget.org as a repo:
dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org"