File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/Framework/AspNetCoreAnalyzers/src/Analyzers Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 >
203204 <!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
204205 <MicrosoftCSharpVersion >4.7.0</MicrosoftCSharpVersion >
205206 <MicrosoftWin32RegistryVersion >5.0.0</MicrosoftWin32RegistryVersion >
Original file line number Diff line number Diff line change 99 <RootNamespace >Microsoft.AspNetCore.Analyzers</RootNamespace >
1010 <SuppressNullableAttributesImport >true</SuppressNullableAttributesImport >
1111 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
12+ <DisablePackageReferenceRestrictions >true</DisablePackageReferenceRestrictions >
1213 </PropertyGroup >
1314
1415 <ItemGroup >
1516 <Reference Include =" Microsoft.CodeAnalysis.CSharp" PrivateAssets =" All" />
1617 <Reference Include =" Microsoft.CodeAnalysis.ExternalAccess.AspNetCore" />
1718
19+ <PackageReference Include =" System.Text.Json" Version =" $(AnalyzersSystemTextJsonVersion)" />
20+
1821 <InternalsVisibleTo Include =" Microsoft.AspNetCore.App.Analyzers.Test" />
1922 <InternalsVisibleTo Include =" Microsoft.AspNetCore.App.CodeFixes" />
2023 </ItemGroup >
You can’t perform that action at this time.
0 commit comments