Skip to content

Commit 3517485

Browse files
chore: #411 conditionalise STJ (#419)
Signed-off-by: James Thompson <[email protected]>
1 parent 7f59d4c commit 3517485

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/OpenFeature.Contrib.Providers.Flipt/OpenFeature.Contrib.Providers.Flipt.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</AssemblyAttribute>
1919
</ItemGroup>
2020

21-
<ItemGroup
22-
Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
21+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
2322
<PackageReference Include="System.Net.Http" Version="4.3.4" />
23+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
@@ -29,9 +29,7 @@
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
3131
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
32-
<Compile
33-
Include="$(ProjectDir)obj/$(ConfigurationName)/$(TargetFramework)/Flipt.Rest.Client.cs" />
34-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
32+
<Compile Include="$(ProjectDir)obj/$(ConfigurationName)/$(TargetFramework)/Flipt.Rest.Client.cs" />
3533
<PackageReference Include="OpenFeature" Version="[2.0,3.0)" />
3634
</ItemGroup>
3735

0 commit comments

Comments
 (0)