Fixed: Project with .net8.0

This commit is contained in:
TheJoKlLa 2024-02-27 14:05:16 +01:00
parent a6479be14e
commit dbd8e9c2ae

View File

@ -2,6 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>