Hello Blazor

This commit is contained in:
2023-08-23 10:44:28 +09:00
parent b6274f599e
commit 7108b10598
35 changed files with 1388 additions and 11 deletions

View File

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