Files
mapo-core/IobConf.Core/IobConf.Core.csproj
2026-04-27 18:14:33 +02:00

16 lines
373 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NLog" />
<PackageReference Include="YamlDotNet" />
</ItemGroup>
</Project>