Adds standard Blazor Web App

This commit is contained in:
Henry Trumme
2025-04-13 22:42:39 +02:00
parent d0aff0012b
commit 9f12a6a9f2
38 changed files with 1443 additions and 1 deletions

9
Watchlog/Watchlog.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>