dotnet nuget updates
Error: error MSB4236: The SDK ‘Microsoft.NET.Sdk.Razor’ specified could not be found.
Try this fix: dotnet nuget locals all -c
Other helpful dotnet core commands
- dotnet restore
- dotnet build
- dotnet run (csproj) or dotnet mydll.dll (no run required)
- dotnet test
- dotnet publish
- dotnet pack
- dotnet new (project or solution)
- dotnet build-server
Leave a Reply