This commit is contained in:
2025-07-09 18:20:49 +04:00
parent dc68787b0b
commit 4a10e465a8
4 changed files with 219 additions and 22 deletions

9
TestApp.csproj Normal file
View File

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