Files
mapo-core/IobConf.Core/IobConf.Core.csproj
T
Samuele Locatelli b351d5f521 IobConf:
- update NLog
- update nuget
2024-09-04 09:36:18 +02:00

16 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="YamlDotNet" Version="16.1.0" />
</ItemGroup>
</Project>