Skip to content

Commit

Permalink
Merge branch 'release/8.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
AltairCA committed Jul 16, 2024
2 parents 1e2de2f + 50b3e57 commit 99acc97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ bin/
obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
/_ReSharper.Caches/
AltairCA.EntityFrameworkCore.PostgreSQL.ColumnEncryption.sln.DotSettings.user
.vs/

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>EntityFrameworkCore PostgresSQL ColumnEncryption</Title>
<PackageVersion>6.0.2.3 </PackageVersion>
<PackageVersion>8.0.4</PackageVersion>
<Copyright>Michika Iranga Perera</Copyright>
<PackageProjectUrl>https://github.com/AltairCA/EntityFrameworkCore.PostgreSQL.ColumnEncryption</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/AltairCA/EntityFrameworkCore.PostgreSQL.ColumnEncryption/master/AltairCA.EntityFrameworkCore.PostgreSQL.ColumnEncryption/LICENSE</PackageLicenseUrl>
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion EncryptionTest/EncryptionTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion WebApplication/WebApplication.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down

0 comments on commit 99acc97

Please sign in to comment.