I'm having an issue whenever I try to build/rebuild in Visual Studio, it keeps popping up a message in the console that says "C:\Program Files\dotnet\sdk\8.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(266,5): error NETSDK1004: Assets file '...\obj\project.assets.json' not found. Run a NuGet package restore to generate this file."
I've looked around to get NuGet working as the console asks but despite it being set to active and automatic in its config, I can't get it to show up. Should I keep trying to get NuGet working or did I miss a step somewhere in the instructions or something?
I'm having an issue whenever I try to build/rebuild in Visual Studio, it keeps popping up a message in the console that says "C:\Program Files\dotnet\sdk\8.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(266,5): error NETSDK1004: Assets file '...\obj\project.assets.json' not found. Run a NuGet package restore to generate this file."
I've looked around to get NuGet working as the console asks but despite it being set to active and automatic in its config, I can't get it to show up. Should I keep trying to get NuGet working or did I miss a step somewhere in the instructions or something?