Skip to content

Commit

Permalink
Update system text json to 6.0.10 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 9, 2024
1 parent 332c4b3 commit 86a323e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
- [.NET] Replace TinyJson to System.Text.Json
- [.NET] Enable warnings as errors
- [Ruby] Initial rubocop autofixes (Mainly to style) ([#266](https://github.com/cucumber/gherkin/pull/266))
- [.NET] Update System.Text.Json to 6.0.10

### Removed
- [Python] Drop compatibility for python 2. Supported python versions are 3.8, 3.9, 3.10, 3.12
- [Python] Removed installation of `gherkin` script. It was used for internal acceptance tests only.


## [29.0.0] - 2024-08-12
### Added
- (i18n) Added Gujarati translation for "Rule" ([#249](https://github.com/cucumber/gherkin/pull/249))
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Gherkin.Specs/DependencyValidationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void SystemTextJsonUpgradeBlocker()

var version = typeof(JsonSerializer).Assembly.GetCustomAttribute<AssemblyFileVersionAttribute>().Version;

Assert.Equal("6.0.21.52210", version); // System.Text.Json Version 6.0.0
Assert.Equal("6.0.3524.45918", version); // System.Text.Json Version 6.0.10
}
}
#endif
2 changes: 1 addition & 1 deletion dotnet/Gherkin/Gherkin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 86a323e

Please sign in to comment.