codekingpro's picture
Add files using upload-large-folder tool
8e6f15c verified
Raw
History Blame Contribute Delete
452 Bytes
<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>