| 1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
- <DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" />
- <PackageReference Include="MsgPack.Cli" />
- <PackageReference Include="System.Management" />
- <PackageReference Include="Humanizer" />
- <PackageReference Include="Gommon" />
- </ItemGroup>
- </Project>
|