Skip to content

Commit

Permalink
linq2db update
Browse files Browse the repository at this point in the history
(cherry picked from commit 39026e8)

# Conflicts:
#	NuGet/linq2db.EntityFrameworkCore.nuspec
  • Loading branch information
MaceWindu committed Oct 16, 2023
1 parent 4e159a5 commit 8dcc1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />

<PackageVersion Include="linq2db" Version="5.3.0" />
<PackageVersion Include="linq2db.Tools" Version="5.3.0" />
<PackageVersion Include="linq2db" Version="5.3.1" />
<PackageVersion Include="linq2db.Tools" Version="5.3.1" />

<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="PolySharp" Version="1.13.2" />
Expand Down
2 changes: 1 addition & 1 deletion NuGet/linq2db.EntityFrameworkCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="3.1.25" />
<dependency id="linq2db" version="5.3.0" />
<dependency id="linq2db" version="5.3.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 8dcc1f2

Please sign in to comment.