Skip to content

Commit

Permalink
Polyfill 2.6.5 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Feb 21, 2024
1 parent f20fdc6 commit 287d2ff
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 @@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup>
<Using Remove="System.Net.Http" />
<PackageReference Include="Polyfill" Version="2.4.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="2.6.5" 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 287d2ff

Please sign in to comment.