Skip to content

Commit 233e8c6

Browse files
Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.Common
Bumps [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) and [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.Analyzers` from 3.11.0-beta1.24527.2 to 3.3.4 - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits/v3.3.4) Updates `Microsoft.CodeAnalysis.Common` from 3.11.0 to 4.12.0 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.Common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbd8dc2 commit 233e8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
66
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
77
<MicroBuildVersion>2.0.171</MicroBuildVersion>
8-
<CodeAnalysisVersion>3.11.0</CodeAnalysisVersion>
8+
<CodeAnalysisVersion>4.12.0</CodeAnalysisVersion>
99
<CodeAnalysisVersion Condition="'$(IsTestProject)'=='true'">4.4.0</CodeAnalysisVersion>
1010
<CodefixTestingVersion>1.1.2</CodefixTestingVersion>
1111
<MicrosoftDiagnosticsRuntimeVersion>3.1.525101</MicrosoftDiagnosticsRuntimeVersion>
@@ -33,7 +33,7 @@
3333
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
3434
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.106" />
3535
<PackageVersion Include="Nullable" Version="1.3.1" />
36-
<PackageVersion Include="System.Collections.Immutable" Version="6.0.0" />
36+
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
3737
<PackageVersion Include="System.Memory" Version="4.5.5" />
3838
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
3939
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />

0 commit comments

Comments
 (0)