2023-08-09 09:12:09 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-08-11 10:08:35 +03:00
|
|
|
<Nullable>disable</Nullable>
|
2023-08-09 09:12:09 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|