-
Install the latest preview SDK:
- Install dotnet-install script from https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
dotnet-install -Channel main -InstallDir <some-install-dir>
- Add
<some-install-dir>
to your path so you're using it for the next steps
-
Install the blazor-aot tool and acquire the SDK
dotnet new nugetconfig
- edit the
nuget.config
file to include nightly feed: