Skip to content

Commit 5100f71

Browse files
Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces
Bumps Microsoft.CodeAnalysis.CSharp from 4.2.0 to 5.0.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.2.0 to 5.0.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3162b5 commit 5100f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="ThisAssembly.AssemblyInfo" Version="2.1.2" />
2020
<PackageVersion Include="ThisAssembly.Project" Version="2.0.14" />
2121
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
22-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
22+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
2323
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.2.0" />
2424
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
2525
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
@@ -44,7 +44,7 @@
4444
<PackageVersion Include="xunit" Version="2.9.2" />
4545
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
4646
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.1" />
47-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.2.0" />
47+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
4848
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
4949
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
5050
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing" Version="1.1.2" />

0 commit comments

Comments
 (0)