2024-01-16 02:59:51 +01:00
|
|
|
|
<Project
|
|
|
|
|
Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-02-21 13:45:54 +01:00
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
2024-01-16 02:59:51 +01:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
2024-02-21 13:45:54 +01:00
|
|
|
|
</Project>
|