This template will boost your experience when developing apps with a .NET backend and Svelte + Vite frontend while still staying VERY lightweight and slim.
This template uses .NET 8, which is the current LTS version.
If you prefer to use .NET9, change the line with the target framework moniker in svelte-dotnet-app-vite.csproj
to
<TargetFramework>net9.0</TargetFramework>