Skip to content

Commit 92e3ea3

Browse files
build(deps): Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Common (#1479)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp` from 4.9.2 to 4.10.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) Updates `Microsoft.CodeAnalysis.Common` from 4.9.2 to 4.10.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 - dependency-name: Microsoft.CodeAnalysis.Common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45ae5eb commit 92e3ea3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/bunit.generators.internal/bunit.generators.internal.csproj

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

1717
<ItemGroup>
1818
<PackageReference Include="AngleSharp" Version="1.1.2" />
19-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
2020
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/bunit.generators/bunit.generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</ItemGroup>
7171

7272
<ItemGroup>
73-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
73+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
7474
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
7575
<PrivateAssets>all</PrivateAssets>
7676
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
2020
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
22-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
23-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
24-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.9.2" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
23+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.10.0" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.10.0" />
2525
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
2626
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.1" />
2727

0 commit comments

Comments
 (0)