Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v4 (#88)
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 Mar 20, 2024
1 parent 4256bce commit 63100fe
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="3.0.0">
<PackageReference Include="Polyfill" Version="4.0.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": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "MloQVwJt15JbJExPbTCGXZ2RxgJlgl89G/HC5MM4ynltSMhMpOrGskMBZo4cEpCkLOSdGMN7HWBVTxMOzu2v5w=="
"requested": "[4.0.0, )",
"resolved": "4.0.0",
"contentHash": "py4QRBd2ereSdAgQRDOgoZEChbrM0jdHi7KSuIORKYRYLfN2mGvEUGi02BEatZrRaVzZvgdJwOufXVgDn2H6mw=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit 63100fe

Please sign in to comment.