Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 305ae35

Browse files
authoredDec 11, 2024··
Bump Microsoft.CodeAnalysis.Workspaces.MSBuild
Bumps the dotnet group in /tools with 1 update: [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://github.com/dotnet/roslyn). Updates `Microsoft.CodeAnalysis.Workspaces.MSBuild` 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.Workspaces.MSBuild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e64ae0 commit 305ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/ExampleTester/ExampleTester.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
13-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.12.0" />
1414
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)
Please sign in to comment.