Skip to content

Commit 6b1e0ec

Browse files
Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90b0b1a commit 6b1e0ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<PackageVersion Include="NUnit3TestAdapter" Version="6.1.0" />
2525

2626
<!-- To resolve dependency conflict with GirCore.GObject-2.0.Integration and BenchmarkDotNet -->
27-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
27+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
2828
</ItemGroup>
2929
</Project>

Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Import Project="../properties/ReferenceGirCoreGObject20Integration.props" />
77

88
<ItemGroup>
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="5.3.0" />
910
<ProjectReference Include="..\Pinta.Core\Pinta.Core.csproj" />
1011
</ItemGroup>
1112
</Project>

0 commit comments

Comments
 (0)