You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
444 B
9 lines
444 B
<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="7.0.0.0" />
|
|
</ItemGroup>
|
|
</Project>
|