Skip to content

Commit a63d0ec

Browse files
fix: Make STJ Conditional (#435)
Signed-off-by: James Thompson <[email protected]>
1 parent 665d300 commit a63d0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0"/>
23-
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
2423
<PackageReference Include="OpenFeature" Version="$(OpenFeatureVersion)"/>
2524
</ItemGroup>
2625
<PropertyGroup>
@@ -31,6 +30,7 @@
3130
Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
3231
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
3332
<PackageReference Include="System.Net.Http.Json" Version="8.0.1"/>
33+
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
3434
</ItemGroup>
3535

3636
<!-- documentation -->

0 commit comments

Comments
 (0)