2018-10-17 19:15:50 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-28 21:24:17 +01:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2018-10-17 19:15:50 +02:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-02-11 13:00:32 +01:00
|
|
|
<ItemGroup>
|
2020-03-25 22:33:18 +01:00
|
|
|
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
|
2021-11-28 21:24:17 +01:00
|
|
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
|
|
<PackageReference Include="System.Management" Version="6.0.0" />
|
2019-02-11 13:00:32 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
2018-10-17 19:15:50 +02:00
|
|
|
</Project>
|