Skip to content

Commit 26c5f4c

Browse files
Bump Microsoft.CodeAnalysis.VisualBasic.Workspaces from 4.12.0 to 4.13.0
Bumps [Microsoft.CodeAnalysis.VisualBasic.Workspaces](https://github.com/dotnet/roslyn) from 4.12.0 to 4.13.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 5accacb commit 26c5f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DendroDocs.Tool/DendroDocs.Tool.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -48,7 +48,7 @@
4848
<PackageReference Include="DendroDocs.Shared" Version="0.2.1" />
4949
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
5050
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
51-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0" />
51+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.14.0" />
5252
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5353
<PackageReference Include="System.Formats.Asn1" Version="[8.0.1,9.0.0)" />
5454
</ItemGroup>

0 commit comments

Comments
 (0)