2021-12-10 23:38:40 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-01-22 16:39:29 +08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2021-12-10 23:38:40 +08:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|