fixed zero to 0

This commit is contained in:
kamonwan taengsuk
2023-08-03 11:49:45 +07:00
parent d184ba62bb
commit 6c2b784439
98 changed files with 4434 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>