Skip to content

Commit 8eecb0b

Browse files
Copilotrenemadsen
andcommitted
Resolve Microsoft.CodeAnalysis 5.3.0 dependency conflicts
- Update Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0 - Update Microsoft.CodeAnalysis.CSharp.Features from 4.14.0 to 5.3.0 - Update Microsoft.CodeAnalysis.CSharp.Workspaces from 4.14.0 to 5.3.0 - Update Microsoft.CodeAnalysis.VisualBasic.Features from 4.14.0 to 5.3.0 - Add Microsoft.CodeAnalysis.Workspaces.MSBuild 5.3.0 to Directory.Packages.props - Add direct PackageReference for Workspaces.MSBuild in Tests and IntegrationTests to override the 5.0.0 version pulled in transitively by EF Core Design 10.0.3 Agent-Logs-Url: https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/sessions/0eebb69a-c47f-4ffa-b48e-18354a3ff801 Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 7fda87a commit 8eecb0b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Directory.Packages.props

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
<PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
4848
<!-- Needed when using EFCore.Design assembly from local EF Core repository. -->
4949
<PackageVersion Include="Microsoft.CodeAnalysis" Version="5.3.0" />
50-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
51-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0" />
52-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
53-
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.14.0" />
50+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
51+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="5.3.0" />
52+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.3.0" />
53+
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="5.3.0" />
54+
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.3.0" />
5455
<PackageVersion Include="System.Text.Json" Version="10.0.0" />
5556
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
5657
</ItemGroup>

test/EFCore.MySql.IntegrationTests/EFCore.MySql.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.CodeAnalysis" />
26+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
2627
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
2728
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" />
2829
<PackageReference Include="Newtonsoft.Json" />

test/EFCore.MySql.Tests/EFCore.MySql.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.CodeAnalysis" />
32+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
3233
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
3334
<PackageReference Include="Moq" />
3435
<PackageReference Include="Newtonsoft.Json" />

0 commit comments

Comments
 (0)