Skip to content

Commit

Permalink
fix: update Flagsmith dependencies (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Petrusevici <[email protected]>
Co-authored-by: Vladimir Petrusevici <[email protected]>
  • Loading branch information
vpetrusevici and Vladimir Petrusevici authored Nov 20, 2023
1 parent 84f453d commit 1c3b6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Flagsmith" Version="5.1.0" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
<PackageReference Include="Flagsmith" Version="5.2.2" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\OpenFeature.Contrib.Providers.Flagsmith\OpenFeature.Contrib.Providers.Flagsmith.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Flagsmith" Version="5.1.0" />
</ItemGroup>


<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 1c3b6ed

Please sign in to comment.