Skip to content

Commit

Permalink
linq2db update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Oct 16, 2023
1 parent 9481e81 commit 39026e8
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 @@ -15,7 +15,7 @@
<license type="file">MIT-LICENSE.txt</license>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="linq2db" version="5.3.0" />
<dependency id="linq2db" version="5.3.1" />
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="2.2.6" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" />
<dependency id="System.Interactive.Async" version="3.2.0" />
Expand Down

0 comments on commit 39026e8

Please sign in to comment.