Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v5 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 5a1a000 commit 47c52c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EnumUtilities/EnumUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.9.0">
<PackageReference Include="Polyfill" Version="5.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/EnumUtilities/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"Polyfill": {
"type": "Direct",
"requested": "[4.9.0, )",
"resolved": "4.9.0",
"contentHash": "FZDeAMp7wwvc6+IIGS1FuPWTHy/bjD5+jeA2M34tQrhuzf0790pwSpWmOYvEsNPpQNzbGhIJmaQ53z1JI/55IA=="
"requested": "[5.1.0, )",
"resolved": "5.1.0",
"contentHash": "62eYYh0RtR04v7DSl4EYR5iWYQ9EjzXj8IpDvKMPMuccFkcmAM0WyfiSIMNTdb/35C1KH+MUMV3UHPn5rhi+6Q=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit 47c52c4

Please sign in to comment.