state management

This commit is contained in:
2023-08-25 09:08:14 +09:00
parent f5ef647975
commit 95477e9b40
40 changed files with 1513 additions and 8 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>