summaryrefslogtreecommitdiff
path: root/MyDarling.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MyDarling.csproj')
-rw-r--r--MyDarling.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/MyDarling.csproj b/MyDarling.csproj
index 1639326..3909c91 100644
--- a/MyDarling.csproj
+++ b/MyDarling.csproj
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2">
+ <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" />
- <PackageReference Include="SkiaSharp" Version="2.88.3" />
- <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" />
+ <PackageReference Include="SkiaSharp" Version="2.88.7" />
+ <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.7" />
</ItemGroup>
</Project>