Skip to content

Commit 6c258a4

Browse files
renovate[bot]dmitryrogov
authored andcommitted
chore(deps): update dotnet monorepo (open-feature#141)
Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Rogov Dmitry <[email protected]>
1 parent a3db639 commit 6c258a4

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
dotnet-version: |
3434
6.0.x
3535
7.0.x
36+
8.0.x
3637
source-url: https://nuget.pkg.github.com/open-feature/index.json
3738

3839
- name: Restore
@@ -72,6 +73,7 @@ jobs:
7273
dotnet-version: |
7374
6.0.x
7475
7.0.x
76+
8.0.x
7577
source-url: https://nuget.pkg.github.com/open-feature/index.json
7678

7779
- name: Copy Gherkin
@@ -106,6 +108,7 @@ jobs:
106108
dotnet-version: |
107109
6.0.x
108110
7.0.x
111+
8.0.x
109112
source-url: https://nuget.pkg.github.com/open-feature/index.json
110113

111114
- name: Restore

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
dotnet-version: |
3232
6.0.x
3333
7.0.x
34+
8.0.x
3435
source-url: https://nuget.pkg.github.com/open-feature/index.json
3536

3637
- name: Install dependencies

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)