Skip to content

Commit 90d0d5c

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#84708)
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230412.1 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.3.5-beta1.23207.2 -> To Version 3.3.5-beta1.23212.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230413.1 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.3.5-beta1.23207.2 -> To Version 3.3.5-beta1.23213.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <[email protected]>
1 parent 907cc1c commit 90d0d5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@
328328
<Uri>https://github.com/dotnet/roslyn</Uri>
329329
<Sha>d7a4cad21c39e18f3d5e1f7fa7dd3f93668066b4</Sha>
330330
</Dependency>
331-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23207.2">
331+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23213.1">
332332
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
333-
<Sha>ccd85bc350c9a994b74642f3b7613d8a98f5be2d</Sha>
333+
<Sha>432aaef704712d79d436a79fafddbd1e9c4409ea</Sha>
334334
</Dependency>
335-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23207.2">
335+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23213.1">
336336
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
337-
<Sha>ccd85bc350c9a994b74642f3b7613d8a98f5be2d</Sha>
337+
<Sha>432aaef704712d79d436a79fafddbd1e9c4409ea</Sha>
338338
</Dependency>
339339
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="8.0.100-preview.2.23107.1">
340340
<Uri>https://github.com/dotnet/sdk</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</ItemGroup>
3333
<PropertyGroup>
3434
<!-- dotnet/roslyn-analyzers dependencies -->
35-
<MicrosoftCodeAnalysisAnalyzersVersion>3.3.5-beta1.23207.2</MicrosoftCodeAnalysisAnalyzersVersion>
36-
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23207.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
35+
<MicrosoftCodeAnalysisAnalyzersVersion>3.3.5-beta1.23213.1</MicrosoftCodeAnalysisAnalyzersVersion>
36+
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23213.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
3737
<!-- dotnet/roslyn dependencies -->
3838
<!--
3939
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.

0 commit comments

Comments
 (0)