Skip to content

Commit 2d4f686

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.7.0
Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.5.0 to 4.7.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.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e4c435 commit 2d4f686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AspNetCoreAnalyzers.Tests/AspNetCoreAnalyzers.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Gu.Roslyn.Asserts" Version="4.3.0" />
2525
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
2626
<PackageReference Include="IDisposableAnalyzers" Version="4.0.6" PrivateAssets="all" />
27-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
27+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
3030
<PackageReference Include="NUnit" Version="3.13.3" />

AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
5454
<PackageReference Include="Gu.Roslyn.Extensions.Source" Version="0.17.0" />
5555
<PackageReference Include="IDisposableAnalyzers" Version="4.0.6" PrivateAssets="all" />
56-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
56+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
5757
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
5858
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
5959
</ItemGroup>

0 commit comments

Comments
 (0)