Skip to content

Commit 2108047

Browse files
[release/7.0] Update dependencies from dotnet/roslyn-analyzers (#75675)
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20220914.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22452.2 -> To Version 7.0.0-preview1.22464.1 * Disable CA2260 Implement generic math interfaces correctly * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20220916.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22452.2 -> To Version 7.0.0-preview1.22466.1 * Revert "Disable CA2260 Implement generic math interfaces correctly" This reverts commit 9997839. Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Buyaa Namnan <[email protected]>
1 parent 5d79822 commit 2108047

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@
282282
<Uri>https://github.com/dotnet/runtime-assets</Uri>
283283
<Sha>3453104731a7fd5af1b7613bb9dc9dfa6263b312</Sha>
284284
</Dependency>
285-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22452.2">
285+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0-preview1.22466.1">
286286
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
287-
<Sha>a26d1a203d0116aa769bce0fd3a917cc70d88a66</Sha>
287+
<Sha>10a460bb34f36dfb3be9fe463d343ad71a9a2961</Sha>
288288
</Dependency>
289289
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="7.0.100-rc.1.22402.1">
290290
<Uri>https://github.com/dotnet/sdk</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>4.3.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
4848
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>4.3.0-2.final</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
4949
<MicrosoftCodeAnalysisCSharpVersion>4.3.0-2.final</MicrosoftCodeAnalysisCSharpVersion>
50-
<MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.22452.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
50+
<MicrosoftCodeAnalysisNetAnalyzersVersion>7.0.0-preview1.22466.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
5151
<MicrosoftCodeAnalysisVersion>4.3.0-2.final</MicrosoftCodeAnalysisVersion>
5252
<!--
5353
TODO: Remove pinned version once arcade supplies a compiler that enables the repo to compile.

0 commit comments

Comments
 (0)