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