Skip to content

Commit

Permalink
Remove hardcoded assembly version from System.Json (#167)
Browse files Browse the repository at this point in the history
Align the package and assembly version for System.Json by upgrading the assembly version from 2.0.8.0 to 4.8.0.0.
  • Loading branch information
ViktorHofer authored Nov 11, 2024
1 parent 8234623 commit 094adba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/System.Json/src/System.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<IsPackable>true</IsPackable>
<VersionPrefix>4.7.1</VersionPrefix>
<VersionPrefix Condition="'$(IsPackable)' == 'true'">4.8.0</VersionPrefix>
<AssemblyVersion>2.0.8.0</AssemblyVersion>
<AssemblyVersion Condition="'$(IsPackable)' == 'true'">2.0.9.0</AssemblyVersion>
<PackageValidationBaselineVersion>4.7.1</PackageValidationBaselineVersion>
</PropertyGroup>

Expand Down

0 comments on commit 094adba

Please sign in to comment.