Skip to content

Commit 8e5da37

Browse files
Bump Microsoft.CodeAnalysis.CSharp from 4.11.0 to 4.12.0 (#188)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.11.0 to 4.12.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5012d2d commit 8e5da37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Analyzers/Akade.IndexedSet.Analyzers/Akade.IndexedSet.Analyzers.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
1616
<PackageReference Include="PolySharp" Version="1.15.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

SourceGenerator/Akade.IndexedSet.InternalSourceGenerator/Akade.IndexedSet.InternalSourceGenerator.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
1616
<PackageReference Include="PolySharp" Version="1.15.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)