Files
EpinelPS/DataFixupUtil/DataFixupUtil.csproj
Mikhail Thompson 838240de58 Initial commit
2024-06-26 19:03:44 +03:00

11 lines
242 B
XML

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