Skip to content

Commit 4e91eeb

Browse files
chore(deps): update dotnet monorepo
1 parent 3d089f5 commit 4e91eeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "8.0.100"
4+
"version": "8.0.203"
55
}
66
}

src/OpenFeature.Contrib.Providers.Flagsmith/OpenFeature.Contrib.Providers.Flagsmith.csproj

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

2121
<ItemGroup>
2222
<PackageReference Include="Flagsmith" Version="5.2.2" />
23-
<PackageReference Include="System.Text.Json" Version="8.0.1" />
23+
<PackageReference Include="System.Text.Json" Version="8.0.3" />
2424
</ItemGroup>
2525

2626
<PropertyGroup>

src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="System.Text.Json" Version="8.0.1" />
14+
<PackageReference Include="System.Text.Json" Version="8.0.3" />
1515
</ItemGroup>
1616

1717
<PropertyGroup>

0 commit comments

Comments
 (0)