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 200
200
<MicrosoftVSSDKBuildToolsVersion >15.9.3032</MicrosoftVSSDKBuildToolsVersion >
201
201
<!-- Manually updated version from 6.0.0 to address CVE-2021-43877 -->
202
202
<RepoTasksSystemSecurityCryptographyXmlVersion >6.0.1</RepoTasksSystemSecurityCryptographyXmlVersion >
203
+ <AnalyzersSystemTextJsonVersion >8.0.5</AnalyzersSystemTextJsonVersion >
203
204
<!-- Stable dotnet/corefx packages no longer updated for .NET Core 3 -->
204
205
<MicrosoftCSharpVersion >4.7.0</MicrosoftCSharpVersion >
205
206
<MicrosoftWin32RegistryVersion >5.0.0</MicrosoftWin32RegistryVersion >
Original file line number Diff line number Diff line change 9
9
<RootNamespace >Microsoft.AspNetCore.Analyzers</RootNamespace >
10
10
<SuppressNullableAttributesImport >true</SuppressNullableAttributesImport >
11
11
<EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
12
+ <DisablePackageReferenceRestrictions >true</DisablePackageReferenceRestrictions >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
15
16
<Reference Include =" Microsoft.CodeAnalysis.CSharp" PrivateAssets =" All" />
16
17
<Reference Include =" Microsoft.CodeAnalysis.ExternalAccess.AspNetCore" />
17
18
19
+ <PackageReference Include =" System.Text.Json" Version =" $(AnalyzersSystemTextJsonVersion)" />
20
+
18
21
<InternalsVisibleTo Include =" Microsoft.AspNetCore.App.Analyzers.Test" />
19
22
<InternalsVisibleTo Include =" Microsoft.AspNetCore.App.CodeFixes" />
20
23
</ItemGroup >
You can’t perform that action at this time.
0 commit comments