Skip to content

Commit 1998b59

Browse files
Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces
Bumps Microsoft.CodeAnalysis.CSharp from 4.12.0 to 5.0.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.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 219ec02 commit 1998b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RoslynDiff.Core/RoslynDiff.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
10-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.12.0" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0" />
1313
<PackageReference Include="DiffPlex" Version="1.7.2" />

0 commit comments

Comments
 (0)