Skip to content

Commit 308db2d

Browse files
Bump Polyfill from 11.0.2 to 11.2.0 (#147)
--- updated-dependencies: - dependency-name: Polyfill dependency-version: 11.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8189415 commit 308db2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/H3/H3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
the assembly is consumable from Unity and .NET Framework without the STJ dependency
3131
chain; the H3IndexJsonConverter is only available on net8.0+ where STJ is in-box -->
3232
<ItemGroup Condition="'$(TargetFramework.Contains(`netstandard`))' == 'true'">
33-
<PackageReference Include="Polyfill" Version="11.0.2" PrivateAssets="all" />
33+
<PackageReference Include="Polyfill" Version="11.2.0" PrivateAssets="all" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)