Skip to content

Commit

Permalink
feat: upgrade to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed May 11, 2024
1 parent 6a95905 commit 3af4814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Zeepkist.GTR.Database.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>TNRD.Zeepkist.GTR.Database</AssemblyName>
<RootNamespace>TNRD.Zeepkist.GTR.Database</RootNamespace>
<Version>3.3.0</Version>
<Version>4.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonApiDotNetCore" Version="5.*"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.*"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.*">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.*"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.*"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.*"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.*"/>
</ItemGroup>

Expand Down

0 comments on commit 3af4814

Please sign in to comment.