Initial Blazor Server Drone demo

This commit is contained in:
2025-05-21 13:23:37 +02:00
commit ec13b6de0b
8 changed files with 105 additions and 0 deletions

View File

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