chore(Domain): Aktualisiert, um sowohl .net8 als auch .net7 und .net9 zu unterstützen.

This commit is contained in:
tekh 2025-07-07 14:33:41 +02:00
parent c74f5a9035
commit bb5c8d7ad2

View File

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