File size: 452 Bytes
8e6f15c | 1 2 3 4 5 6 7 8 9 | <Project>
<!-- ResolveAssemblyReferences will never see the assembly reference embedded in the resources type,
force a binding redirect ourselves so that we'll always unify to the System.Resources.Extensions
version provided by this package -->
<ItemGroup>
<SuggestedBindingRedirects Include="System.Resources.Extensions, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" MaxVersion="8.0.0.0" />
</ItemGroup>
</Project>
|