Skip to content

Commit

Permalink
Merge branch 'main' into feature/harness_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
davejohnston authored Nov 21, 2023
2 parents 852247a + 1c3b6ed commit 810a02a
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 810a02a

Please sign in to comment.