Skip to content

Commit

Permalink
security updsate Npgsql Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Retrodad0001 committed May 9, 2024
1 parent d9a6c80 commit 0b3fb69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions EasyDbMigrator/DbMigrator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
using System.Threading;
using System.Threading.Tasks;

//TODO .net 6 (LTS) support until 12 November 2024
//TODO .net 7 support until 14 May 2024 --> we will support this version until 12 November 2024
//TODO .net 8 (LTS) support until 10 November 2026
//TODO .net 9 ???

namespace EasyDbMigrator;

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion EasyDbMigrator/EasyDbMigrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For help and release info see: https://github.com/Retrodad0001/EasyDbMigrator</P

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Npgsql" Version="8.0.2" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
Expand Down
4 changes: 2 additions & 2 deletions EasyDbMigratorTests/EasyDbMigratorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="TestEnvironment.Docker.Containers.Mssql" Version="2.1.8" />
<PackageReference Include="TestEnvironment.Docker.Containers.Postgres" Version="2.1.6" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 0b3fb69

Please sign in to comment.