Skip to content

Commit

Permalink
Workaround: temporarily replace with a modified Polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Nov 9, 2023
1 parent 246e9af commit 35e56f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added References/Polyfill.0.0.0.nupkg
Binary file not shown.
4 changes: 3 additions & 1 deletion build/WinForms.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
</ItemGroup>

<ItemGroup Condition="'$(Engine)' != 'UniversalGL'">
<PackageReference Include="Polyfill" Version="1.32.0">
<!--<PackageReference Include="Polyfill" Version="1.32.0">-->
<!-- workaround: use a modified Polyfill v1.32.0 to temporarily bypass the missing Index Range issue-->
<PackageReference Include="Polyfill" Version="0.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 35e56f3

Please sign in to comment.