2024-01-06 13:20:01 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-02-22 11:37:52 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-01-06 13:20:01 +01:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|