Skip to content

Commit f8662d5

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): Bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.8.0
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.6.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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6af60b commit f8662d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/bunit.generators/bunit.generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="AngleSharp" Version="1.0.7" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
1919
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/bunit.generators.tests/bunit.generators.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
1717
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
1818
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
19-
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
19+
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
2020
<PackageReference Update="Microsoft.CodeAnalysis.Common" Version="4.6.0" />
2121
<PackageReference Update="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.6.0" />
2222
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.6.0" />

0 commit comments

Comments
 (0)