2021-10-14 03:12:02 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-09-14 02:04:40 +01:00
|
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
2021-10-14 03:12:02 +01:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|