Closed dbrattli closed 1 year ago
Try to do a dotnet restore to fix publish issues in GH actions. The error was: project.assets.json' not found. Run a NuGet package restore to generate this file.
dotnet restore
project.assets.json' not found. Run a NuGet package restore to generate this file.
Try to do a
dotnet restore
to fix publish issues in GH actions. The error was:project.assets.json' not found. Run a NuGet package restore to generate this file.