Skip to content

Commit 13d3223

Browse files
chore(deps): update dotnet monorepo to v8 (major) (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f33c5ff commit 13d3223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</AssemblyAttribute>
2020
</ItemGroup>
2121
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
22-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" />
22+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<!-- The schema.proto file referenced here will be used to automatically generate the Grpc client when executing 'dotnet build' -->

Diff for: src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="System.Text.Json" Version="7.0.4" />
16+
<PackageReference Include="System.Text.Json" Version="8.0.0" />
1717
</ItemGroup>
1818

1919
<PropertyGroup>

0 commit comments

Comments
 (0)