Skip to content

Commit 2f2439e

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 da66e21 commit 2f2439e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gu.Localization.Analyzers.Tests/Gu.Localization.Analyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
3030
<PackageReference Include="Gu.Wpf.Reactive" Version="5.0.1" />
3131
<PackageReference Include="IDisposableAnalyzers" Version="4.0.6" PrivateAssets="all" />
32-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
32+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
3434
<PackageReference Include="NUnit" Version="3.13.3" />
3535
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />

Gu.Localization.Analyzers/Gu.Localization.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
4444
<PackageReference Include="Gu.Roslyn.Extensions.Source" Version="0.17.1" />
4545
<PackageReference Include="IDisposableAnalyzers" Version="4.0.6" PrivateAssets="all" />
46-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
46+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
4747
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
4848
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
4949
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />

0 commit comments

Comments
 (0)