Skip to content

Commit 2cfb577

Browse files
Update dependency Microsoft.CodeAnalysis.CSharp.Workspaces to v5
1 parent 35b2d2f commit 2cfb577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" PrivateAssets="all" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" PrivateAssets="all" />
2222
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)