Trying out blazor too I guess

This commit is contained in:
Lani Aung
2024-09-15 21:35:25 -06:00
parent de9c6e6e92
commit 009efc4643
70 changed files with 1300 additions and 746 deletions
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>