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