Skip to content

Commit 874f5f5

Browse files
Bump CodeAnalysisVersion from 3.11.0 to 4.10.0
Bumps `CodeAnalysisVersion` from 3.11.0 to 4.10.0. Updates `Microsoft.CodeAnalysis.Common` from 3.11.0 to 4.10.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) Updates `Microsoft.CodeAnalysis.CSharp` from 3.11.0 to 4.10.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) Updates `Microsoft.CodeAnalysis.VisualBasic` from 3.11.0 to 4.10.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) 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` from 3.11.0 to 4.10.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.Common dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.VisualBasic dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4d20fe commit 874f5f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
66
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
77
<MicroBuildVersion>2.0.171</MicroBuildVersion>
8-
<CodeAnalysisVersion>3.11.0</CodeAnalysisVersion>
9-
<CodeAnalysisVersion Condition="'$(IsTestProject)'=='true'">4.4.0</CodeAnalysisVersion>
8+
<CodeAnalysisVersion>4.10.0</CodeAnalysisVersion>
9+
<CodeAnalysisVersion Condition="'$(IsTestProject)'=='true'">4.10.0</CodeAnalysisVersion>
1010
<CodefixTestingVersion>1.1.2</CodefixTestingVersion>
1111
<MicrosoftDiagnosticsRuntimeVersion>3.1.456501</MicrosoftDiagnosticsRuntimeVersion>
1212
<CodeAnalysisAnalyzerVersion>3.11.0-beta1.24527.2</CodeAnalysisAnalyzerVersion>
@@ -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)