Skip to content

Commit 9bee46b

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Workspaces, Microsoft.CodeAnalysis.VisualBasic.Workspaces, Buildalyzer.Workspaces and System.Security.Cryptography.Xml
Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn), [Microsoft.CodeAnalysis.VisualBasic.Workspaces](https://github.com/dotnet/roslyn), [Buildalyzer.Workspaces](https://github.com/phmonte/Buildalyzer) and [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.11.0 to 4.10.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) Updates `Microsoft.CodeAnalysis.VisualBasic.Workspaces` from 4.11.0 to 4.10.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) Updates `Buildalyzer.Workspaces` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/phmonte/Buildalyzer/releases) - [Changelog](https://github.com/phmonte/Buildalyzer/blob/main/RELEASE.md) - [Commits](phmonte/Buildalyzer@7.0.2...7.1.0) Updates `System.Security.Cryptography.Xml` from 8.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.VisualBasic.Workspaces dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Buildalyzer.Workspaces dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Security.Cryptography.Xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01714a3 commit 9bee46b

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
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Buildalyzer.Workspaces" Version="7.0.2" />
45+
<PackageReference Include="Buildalyzer.Workspaces" Version="7.1.0" />
4646
<PackageReference Include="CommandLineParser" Version="2.9.1" />
4747
<PackageReference Include="DendroDocs.Shared" Version="0.2.1" />
4848
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />

0 commit comments

Comments
 (0)