Update with .NetCore 7.0

This commit is contained in:
Sébastien ANDRE
2023-04-13 14:45:42 +02:00
parent 9b914b211d
commit c9e368c95f
8 changed files with 19 additions and 16 deletions

View File

@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>skydiveLogs_api.Infrastructure</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.12" />
<PackageReference Include="LiteDB" Version="5.0.16" />
</ItemGroup>
<ItemGroup>