Skip to content

Commit

Permalink
Raise the minimum required version of StrEnum.System.Text.Json.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-khmara committed Jun 11, 2023
1 parent 3f2a773 commit e8f80ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StrEnum.AspNetCore/StrEnum.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="StrEnum" Version="[2.0.0,3.0.0)" />
<PackageReference Include="StrEnum.System.Text.Json" Version="[2.0.0,3.0.0)" />
<PackageReference Include="StrEnum.System.Text.Json" Version="[2.1.1,3.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e8f80ad

Please sign in to comment.