Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v4.5.0 (#102)
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 Apr 14, 2024
1 parent d85d064 commit f7a80ed
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.4.1">
<PackageReference Include="Polyfill" Version="4.5.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.4.1, )",
"resolved": "4.4.1",
"contentHash": "3860A01GkY4zrpjoTJPQUwTED+hUB0EOQRw2e+2FxyvoVWhyos8WOkKf7bERPMwlCBbi9kuoOe1K8BLoPyulNw=="
"requested": "[4.5.0, )",
"resolved": "4.5.0",
"contentHash": "to/MQGeN22s5RdzvW8JRa1qiOpBPie31ZGzJgT1KFBH54ZmnLlaLzFocbZ61xw3zDlFo2rSrekNH3rSIHhcMQg=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit f7a80ed

Please sign in to comment.