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

Commit 5ba76be

Browse files
committed
linq2db update
(cherry picked from commit 39026e8) # Conflicts: # NuGet/linq2db.EntityFrameworkCore.nuspec (cherry picked from commit 8dcc1f2) # Conflicts: # NuGet/linq2db.EntityFrameworkCore.nuspec (cherry picked from commit bc53554) # Conflicts: # NuGet/linq2db.EntityFrameworkCore.nuspec
1 parent ecd77bf commit 5ba76be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PackageVersion Include="NUnit" Version="3.13.3" />
66
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
77

8-
<PackageVersion Include="linq2db" Version="5.3.0" />
9-
<PackageVersion Include="linq2db.Tools" Version="5.3.0" />
8+
<PackageVersion Include="linq2db" Version="5.3.1" />
9+
<PackageVersion Include="linq2db.Tools" Version="5.3.1" />
1010

1111
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1212

NuGet/linq2db.EntityFrameworkCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<group targetFramework="net6.0">
1818
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="6.0.5" />
19-
<dependency id="linq2db" version="5.3.0" />
19+
<dependency id="linq2db" version="5.3.1" />
2020
</group>
2121
</dependencies>
2222
</metadata>

0 commit comments

Comments
 (0)