Skip to content

Commit 0de3431

Browse files
Update EF dependencies to stop using preview
1 parent 85f2835 commit 0de3431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphDiff/GraphDiff.NetStandard21/GraphDiff.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
17+
<PackageReference Include="EntityFramework" Version="6.3.0" />
1818
</ItemGroup>
1919

2020
<Import Project="..\GraphDiff.Shared\GraphDiff.Shared.projitems" Label="Shared" />

GraphDiff/GraphDiff.Tests.NetStandard21/GraphDiff.Tests.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
10+
<PackageReference Include="EntityFramework" Version="6.3.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />

0 commit comments

Comments
 (0)