Skip to content

Commit

Permalink
update Polyfill (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Jul 14, 2024
1 parent 1e72033 commit 3e9c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Humanizer/Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<Using Remove="System.Net.Http" />
<PackageReference Include="Polyfill" Version="5.2.2" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" Condition="'$(TargetFramework)' != 'net8.0'" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework.StartsWith('net46')) or $(TargetFramework) != '.NETStandard'" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFramework) != '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework'" />
Expand Down

0 comments on commit 3e9c701

Please sign in to comment.