Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent b3be023 commit 924569f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Raiqub.Generators.T4CodeWriter.Sources" Version="1.0.52">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; native; contentfiles; analyzers</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions gen/EnumUtilities.Generators/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"Polyfill": {
"type": "Direct",
"requested": "[5.6.0, )",
"resolved": "5.6.0",
"contentHash": "eb6mkftrXasI7B1AflSaB48f1U/aLJuHfwlfuEUHc07hnSkNUbkQKhzwnSBrfKuNG1vfTTtFzqHLGBsUS0oI9A=="
"requested": "[6.8.0, )",
"resolved": "6.8.0",
"contentHash": "VHNNHCLr1dCvCQ6JOov++oDiJFNyDSFTm8uiWu214qdn5g9Vyc3P+S6WkZ/wZdzHPKQ1W0k1xfaZe7w2Fhdm0A=="
},
"Raiqub.Generators.T4CodeWriter.Sources": {
"type": "Direct",
Expand Down

0 comments on commit 924569f

Please sign in to comment.