Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 3bdf629

Browse files
committed
fix nuspec dependencies
1 parent 750c71f commit 3bdf629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet/linq2db.EntityFrameworkCore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<group targetFramework=".NETStandard2.0">
1818
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="2.2.6" />
19-
<dependency id="linq2db" version="2.9.5" />
19+
<dependency id="linq2db" version="2.9.6" />
2020
</group>
2121
</dependencies>
2222
</metadata>

0 commit comments

Comments
 (0)