Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent a1c52fa commit 512c71a
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.3.0">
<PackageReference Include="Polyfill" Version="4.4.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.3.0, )",
"resolved": "4.3.0",
"contentHash": "FzArfmjxlyfBpRv49IMjWqNM7tbpFIUtVEpksAbCHE6oAYFk86GrxDLANIEGYFsajEDpwQRVLBrANkLd9yDMzg=="
"requested": "[4.4.0, )",
"resolved": "4.4.0",
"contentHash": "zZY9wnPAFgy4o1zG+IxEJzG3DdZEQjZKiKiVuxbNClNl635LkAAbfUAOYHUtLLlUGeL7CCq+f3oHgwrZw2qlrw=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down

0 comments on commit 512c71a

Please sign in to comment.