-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Npgsql from 3.2.7 to 4.0.14 in /Using a Custom Data Adapter
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 3.2.7 to 4.0.14. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v3.2.7...v4.0.14) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
568de23
commit 2cd0e60
Showing
2 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net472" /> | ||
<package id="Npgsql" version="3.2.7" targetFramework="net472" /> | ||
<package id="Npgsql" version="4.0.14" targetFramework="net472" /> | ||
<package id="Stimulsoft.LibExcel" version="2022.4.1" targetFramework="net472" /> | ||
<package id="Stimulsoft.Reports.Engine" version="2024.2.5" targetFramework="net472" /> | ||
<package id="Stimulsoft.Reports.Web" version="2024.2.5" targetFramework="net472" /> | ||
<package id="Stimulsoft.Svg" version="2024.2.5" targetFramework="net472" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net472" /> | ||
<package id="System.Data.DataSetExtensions" version="4.5.0" targetFramework="net472" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net472" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net472" /> | ||
</packages> |