2022-09-14 23:56:57 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-28 14:52:22 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-09-14 23:56:57 +00:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|