forked from alex-bochkov/PasswordChanger1C
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 5.0.7 to 8.0.3 in /PasswordChanger1C
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.7 to 8.0.3. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v5.0.7...v8.0.3) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1f19ed8
commit 0922aa7
Showing
2 changed files
with
53 additions
and
21 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,15 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net461" /> | ||
<package id="Npgsql" version="5.0.7" targetFramework="net461" /> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net461" /> | ||
<package id="Microsoft.Bcl.HashCode" version="1.1.1" targetFramework="net461" /> | ||
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.1" targetFramework="net461" /> | ||
<package id="Microsoft.Extensions.Logging.Abstractions" version="8.0.1" targetFramework="net461" /> | ||
<package id="Npgsql" version="8.0.3" targetFramework="net461" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net461" /> | ||
<package id="System.Memory" version="4.5.4" targetFramework="net461" /> | ||
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net461" /> | ||
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net461" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net461" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" /> | ||
<package id="System.Resources.Extensions" version="5.0.0" targetFramework="net461" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net461" /> | ||
<package id="System.Text.Encodings.Web" version="5.0.1" targetFramework="net461" /> | ||
<package id="System.Text.Json" version="5.0.2" targetFramework="net461" /> | ||
<package id="System.Threading.Channels" version="5.0.0" targetFramework="net461" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net461" /> | ||
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net461" /> | ||
<package id="System.Text.Json" version="8.0.3" targetFramework="net461" /> | ||
<package id="System.Threading.Channels" version="8.0.0" targetFramework="net461" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net461" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" /> | ||
</packages> |