Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5345a4d

Browse files
build(deps): bump Microsoft.CodeAnalysis.Workspaces.MSBuild
Bumps [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://github.com/dotnet/roslyn) from 4.5.0 to 4.6.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.Workspaces.MSBuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3b4af7 commit 5345a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tst/Codelyzer.Analysis.Tests/Codelyzer.Analysis.Tests.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
<TargetFramework>net6.0</TargetFramework>
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
1616
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.5.0" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.5.0" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.5.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.6.0" />
1919
<PackageReference Include="nunit" Version="3.13.2" />
2020
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />

0 commit comments

Comments
 (0)