Skip to content

Commit

Permalink
Update to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide committed Oct 15, 2024
1 parent e5c1e20 commit 7ce5488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/KYC.DataBase/KYC.DataBase.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.6</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConfiguredSqlConnection" Version="1.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5">
<PackageReference Include="ConfiguredSqlConnection" Version="1.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7ce5488

Please sign in to comment.