This commit is contained in:
2023-08-28 14:06:08 +09:00
parent d632b3abba
commit 1b82aeb162
76 changed files with 74346 additions and 3 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>