Skip to content

Commit 8b7d747

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 b6a8882 commit 8b7d747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
3131
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" PrivateAssets="all" />
33-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" PrivateAssets="all" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" PrivateAssets="all" />
3434
<PackageReference Include="NUnit" Version="3.14.0" PrivateAssets="all" />
3535
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />

ReflectionAnalyzers/ReflectionAnalyzers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
5151
<PackageReference Include="Gu.Roslyn.Extensions.Source" Version="0.17.1" />
5252
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
53-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
53+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
5454
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
5555
</ItemGroup>
5656

0 commit comments

Comments
 (0)