Skip to content

Commit cea5fa6

Browse files
wtgodbevseanreesermsft
authored andcommitted
Merged PR 50991: [release/8.0] Use live version of S.T.J in analyzers
#### AI description (iteration 1) #### PR Classification Configuration update that ensures analyzers use the live version of System.Text.Json. #### PR Summary This PR modifies the `/eng/Versions.props` file to dynamically reference the live System.Text.Json version instead of a fixed version. - `/eng/Versions.props`: Replaced the hard-coded `<AnalyzersSystemTextJsonVersion>8.0.5</AnalyzersSystemTextJsonVersion>` with `$(SystemTextJsonVersion)`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents bc50479 + 68610df commit cea5fa6

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
@@ -200,7 +200,7 @@
200200
<MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
201201
<!-- Manually updated version from 6.0.0 to address CVE-2021-43877 -->
202202
<RepoTasksSystemSecurityCryptographyXmlVersion>6.0.1</RepoTasksSystemSecurityCryptographyXmlVersion>
203-
<AnalyzersSystemTextJsonVersion>8.0.5</AnalyzersSystemTextJsonVersion>
203+
<AnalyzersSystemTextJsonVersion>$(SystemTextJsonVersion)</AnalyzersSystemTextJsonVersion>
204204
<!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
205205
<MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
206206
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>

0 commit comments

Comments
 (0)