GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

(bug, Guidance2022.2.1.12-rc1): Adding an EF Core database project contains a mix of 6.0.11 and 6.0.12 references #148

Closed vvdb-architecture closed 1 year ago

vvdb-architecture commented 1 year ago

When you add an EF Core database project, you get Arc4u references to 6.0.12.x but Microsoft packages for 6.0.11.

  <ItemGroup>
    <PackageReference Include="Arc4u.Standard.EFCore" Version="6.0.12.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.11" />
  </ItemGroup>

This is the same behavior noticed in https://github.com/GFlisch/Arc4u.Guidance.Doc/issues/145. Even if it does not generate downgrade errors, versions should be harmonized throughout the solution.

GFlisch commented 1 year ago

Fixed and published => Ef Core Database Project, Migration and Core service host,

vvdb-architecture commented 1 year ago

Fixed in rc3