Skip to content

Commit 1f2704f

Browse files
authored
Downgrade S.T.J to 8.0.3 (#381)
This is necessary so that dotnet/sdk can also downgrade back to 8.0.3. We can't update to 8.0.4 yet as we don't yet have a VS with binding redirects for msbuild on .NET Framework.
1 parent 6935df1 commit 1f2704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<PropertyGroup>
1616
<!-- Runtime dependencies -->
17-
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
17+
<SystemTextJsonVersion>8.0.0</SystemTextJsonVersion>
1818
<SystemSecurityCryptographyXmlVersion>8.0.0</SystemSecurityCryptographyXmlVersion>
1919
<!-- MSBuild dependencies -->
2020
<MicrosoftBuildTasksCoreVersion>17.8.3</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)