We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1667cf8 commit a9f09a5Copy full SHA for a9f09a5
Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# See CONTRIBUTING.md
5
6
-FROM mcr.microsoft.com/dotnet/sdk:7.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0
7
8
ENV DEBIAN_FRONTEND=noninteractive
9
dotnet/Gherkin/Gherkin.csproj
@@ -33,7 +33,7 @@
33
</PropertyGroup>
34
35
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
36
- <PackageReference Include="System.Text.Json" Version="6.0.0" />
+ <PackageReference Include="System.Text.Json" Version="8.0.4" />
37
</ItemGroup>
38
39
<ItemGroup>
0 commit comments