2024-02-28 02:14:57 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-03-13 14:54:56 +04:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-02-28 02:14:57 +04:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2024-03-13 14:54:56 +04:00
|
|
|
|
<Nullable>enable</Nullable>
|
2024-02-28 02:14:57 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-03-13 14:54:56 +04:00
|
|
|
|
</Project>
|