Skip to content

Commit

Permalink
Updated to linq2db 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanyliv committed May 30, 2022
1 parent e83d7ab commit 7abd611
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.6.0" />

<PackageVersion Include="linq2db" Version="4.0.0" />
<PackageVersion Include="linq2db.Tools" Version="4.0.0" />
<PackageVersion Include="linq2db" Version="4.0.1" />
<PackageVersion Include="linq2db.Tools" Version="4.0.1" />

<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
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="2.2.6" />
<dependency id="linq2db" version="4.0.0" />
<dependency id="linq2db" version="4.0.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 7abd611

Please sign in to comment.