mirror of
https://gitlab01.pm.org.ru/developers/tnt/dotnet/app01-dotnet-v7.git
synced 2026-01-12 06:34:38 +08:00
9 lines
217 B
XML
9 lines
217 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
</Project> |