Skip to content

Commit a9f09a5

Browse files
chore(deps): update dotnet monorepo
1 parent 1667cf8 commit a9f09a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# See CONTRIBUTING.md
55
#
6-
FROM mcr.microsoft.com/dotnet/sdk:7.0
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0
77

88
ENV DEBIAN_FRONTEND=noninteractive
99

dotnet/Gherkin/Gherkin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
36-
<PackageReference Include="System.Text.Json" Version="6.0.0" />
36+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)