Skip to content

Commit 51c2af2

Browse files
committed
chore: support for EF7 release
1 parent b47dca7 commit 51c2af2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<VersionEFCore3>3.5.0</VersionEFCore3>
44
<VersionEFCore5>5.5.0</VersionEFCore5>
55
<VersionEFCore6>6.5.0</VersionEFCore6>
6-
<VersionEFCore7>7.0.0-preview.2</VersionEFCore7>
6+
<VersionEFCore7>7.0.0</VersionEFCore7>
77
</PropertyGroup>
88
</Project>

src/QueryableValues.SqlServer.EFCore7/QueryableValues.SqlServer.EFCore7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-preview.6.22329.4" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
1414
</ItemGroup>
1515
</Project>

tests/QueryableValues.SqlServer.Tests.EFCore7/QueryableValues.SqlServer.Tests.EFCore7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
<ItemGroup>
2424
<ProjectReference Include="..\..\src\QueryableValues.SqlServer.EFCore7\QueryableValues.SqlServer.EFCore7.csproj" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-preview.7.22376.2" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)