File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational " Version =" $(EFCoreVersion)" />
1414 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational " Version =" $(EFCoreVersion)" />
1414 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 1111
1212 <ItemGroup >
1313 <PackageReference Include =" Dapper" Version =" 2.0.123" />
14- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
14+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational " Version =" $(EFCoreVersion)" />
1515 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1616 </ItemGroup >
1717</Project >
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational " Version =" $(EFCoreVersion)" />
1414 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
1313 <PackageReference Include =" FluentAssertions" Version =" 6.10.0" />
1414 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
15- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational " Version =" $(EFCoreVersion)" />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
1717 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1818 <PackageReference Include =" xunit" Version =" 2.4.2" />
You can’t perform that action at this time.
0 commit comments