Skip to content

Commit eae19f5

Browse files
Bump Microsoft.CodeAnalysis.CSharp and CSharpier.Core (#2373)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) and [CSharpier.Core](https://github.com/belav/csharpier). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp` from 4.11.0 to 4.11.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 `CSharpier.Core` from 0.28.2 to 0.30.2 - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](belav/csharpier@0.28.2...0.30.2) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: CSharpier.Core 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 b693082 commit eae19f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SilkTouch/SilkTouch/Silk.NET.SilkTouch.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="ClangSharp.PInvokeGenerator" Version="18.1.0.2" />
12-
<PackageReference Include="CSharpier.Core" Version="0.28.2" />
12+
<PackageReference Include="CSharpier.Core" Version="0.30.2" />
1313
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
1414
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />

0 commit comments

Comments
 (0)