Fix warning: The predefined type "RuntimeHelpers" is defined in multiple assemblies

This commit is contained in:
Wizou 2021-08-30 16:13:52 +02:00
parent 4174b21a83
commit 3701ba6f72
3 changed files with 26 additions and 11 deletions

View file

@ -50,10 +50,6 @@
<PackageReference Include="System.Formats.Asn1" Version="5.0.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="TA.System.Runtime.CompilerServices.RuntimeHelpers.GetSubArray" Version="1.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>