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