Skip to content

Commit

Permalink
update npsql package
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrcn committed Dec 22, 2023
1 parent 038e9c0 commit 2a2f5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-lambda-tools-defaults.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"region": "eu-west-1",
"configuration": "Release",
"framework": "netcoreapp3.1",
"framework": "dotnet6",
"stack-name": "gu-api-stack",
"s3-bucket": "gu-api-deployments",
"template": "template.yml"
Expand Down
4 changes: 2 additions & 2 deletions src/Gu.PaftaBulucu.Data/Gu.PaftaBulucu.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.304.13" />
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
<PackageReference Include="Npgsql.Json.NET" Version="7.0.6" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.22" />
<PackageReference Include="Npgsql.Json.NET" Version="6.0.10" />
</ItemGroup>
</Project>

0 comments on commit 2a2f5db

Please sign in to comment.