2018-10-17 19:15:50 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 20:22:43 +01:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2018-10-17 19:15:50 +02:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2023-02-25 13:29:30 +01:00
|
|
|
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
|
2018-10-17 19:15:50 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-02-11 13:00:32 +01:00
|
|
|
<ItemGroup>
|
2022-12-12 16:03:10 +01:00
|
|
|
<PackageReference Include="MsgPack.Cli" />
|
|
|
|
<PackageReference Include="System.Management" />
|
2019-02-11 13:00:32 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
2018-10-17 19:15:50 +02:00
|
|
|
</Project>
|