2024-02-14 20:09:14 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-04-25 18:59:25 +04:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-02-14 20:09:14 +04:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|