2018-10-17 14:15:50 -03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2023-02-25 13:29:30 +01:00
|
|
|
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
|
2024-11-29 08:55:51 +10:00
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
|
2018-10-17 14:15:50 -03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-02-11 23:00:32 +11:00
|
|
|
<ItemGroup>
|
2023-03-17 08:14:50 -04:00
|
|
|
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" />
|
2022-12-12 18:03:10 +03:00
|
|
|
<PackageReference Include="MsgPack.Cli" />
|
|
|
|
<PackageReference Include="System.Management" />
|
2024-11-01 12:00:07 -05:00
|
|
|
<PackageReference Include="Humanizer" />
|
2024-10-17 01:21:32 -05:00
|
|
|
<PackageReference Include="Gommon" />
|
2019-02-11 23:00:32 +11:00
|
|
|
</ItemGroup>
|
|
|
|
|
2018-10-17 14:15:50 -03:00
|
|
|
</Project>
|