2023-10-14 17:39:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-01-24 13:33:29 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-10-14 17:39:26 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|