refactor(DbRepositoryTests): Update AddDbRepository configuration

This commit is contained in:
Developer 02
2025-04-22 16:32:17 +02:00
parent 3955dede16
commit f1f5b9e16d
4 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>