Skip to content

Commit 8217f9c

Browse files
authored
Use Microsoft.EntityFrameworkCore 6.0.0 (#551)
Use Microsoft.EntityFrameworkCore 6.0.0
1 parent 4fc6e0d commit 8217f9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src-console/ConsoleAppEF6_InMemory/ConsoleApp_net5.0_EF6_InMemory.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-preview.3.21201.2" />
14-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0-preview.3.21201.2" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
1515
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1616
</ItemGroup>
1717

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../version.xml" />
33

44
<PropertyGroup>
5-
<Version>6.2.$(PatchVersion)-preview.4.21253.1</Version>
5+
<Version>6.2.$(PatchVersion)</Version>
66
<Description>Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support</Description>
77
<AssemblyTitle>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyTitle>
88
<Authors>ZZZ Projects;Stef Heyenrath</Authors>
@@ -58,6 +58,6 @@
5858

5959
<ItemGroup>
6060
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" PrivateAssets="All" />
61-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0-preview.4.21253.1" />
61+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
6262
</ItemGroup>
6363
</Project>

version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<PatchVersion>13</PatchVersion>
3+
<PatchVersion>14</PatchVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)