Skip to content

Commit 824f2b7

Browse files
Bump Microsoft.CodeAnalysis.VisualBasic.Workspaces from 4.11.0 to 4.12.0
Bumps [Microsoft.CodeAnalysis.VisualBasic.Workspaces](https://github.com/dotnet/roslyn) from 4.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.VisualBasic.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7723001 commit 824f2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DendroDocs.Tool/DendroDocs.Tool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="DendroDocs.Shared" Version="0.2.1" />
4848
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
4949
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
50-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.11.0" />
50+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0" />
5151
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5252
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
5353
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />

0 commit comments

Comments
 (0)