Skip to content

Commit f5d9abd

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.8.0
Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.5.0 to 4.8.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] <support@github.com>
1 parent c588527 commit f5d9abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gu.Analyzers.Benchmarks/Gu.Analyzers.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
2727
<PackageReference Include="Gu.Roslyn.Asserts" Version="4.3.0" />
2828
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
29-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
29+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
3030
<PackageReference Include="NUnit" Version="4.0.1" />
3131
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />
3232
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />

Gu.Analyzers.Test/Gu.Analyzers.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Gu.Roslyn.Asserts" Version="4.3.0" />
2626
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
2727
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
28-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
28+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
3030
<PackageReference Include="Moq" Version="4.20.69" />
3131
<PackageReference Include="Ninject" Version="3.3.6" />

0 commit comments

Comments
 (0)