Skip to content

Commit

Permalink
Merge pull request #6 from zcsizmadia/upgrade-to-7.rc
Browse files Browse the repository at this point in the history
Bump SYstem.Text.Json version to rc
  • Loading branch information
zcsizmadia authored Sep 28, 2022
2 parents bee8ba3 + fbfab52 commit 781729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Run "dotnet list package (dash,dash)outdated" to see the latest versions of each package.-->

<PropertyGroup Label="Package Dependencies">
<SystemTextJsonVersion Condition="'$(SystemTextJsonVersion)' == ''">7.0.0-preview.*</SystemTextJsonVersion>
<SystemTextJsonVersion Condition="'$(SystemTextJsonVersion)' == ''">7.0.0-rc.*</SystemTextJsonVersion>
</PropertyGroup>

<PropertyGroup Label="Build Dependencies">
Expand Down

0 comments on commit 781729c

Please sign in to comment.