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