Skip to content

Commit

Permalink
Updated System.Text.Json to version 9.0.0 (#509)
Browse files Browse the repository at this point in the history
* Updated System.Text.Json to version 9.0.0
* Updated JWT version to 11.0.0
* Updated CHANGELOG.md

---------

Co-authored-by: Alexander Batishchev <[email protected]>
  • Loading branch information
Rune Nilsen and abatishchev authored Dec 4, 2024
1 parent 2ec2610 commit 515a8e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# JWT 11.0.0

- Updated System.Text.Json to version 9.0.0

# JWT 11.0.0-beta3

- Updated System.Text.Json to version 8.0.4
Expand Down
10 changes: 7 additions & 3 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>11.0.0-beta3</Version>
<Version>11.0.0</Version>
<FileVersion>11.0.0.0</FileVersion>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
</PropertyGroup>
Expand All @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
Expand All @@ -68,4 +68,8 @@
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

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

</Project>

0 comments on commit 515a8e6

Please sign in to comment.