Files
forkmessager/apps/server-net/FormatFixer/FormatFixer.csproj
Халимов Рустам 8f2de0e9bf Форматирование
2026-03-19 01:31:43 +03:00

11 lines
243 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>