lab7/123.csproj
97634 b6d4ad3f74
Some checks failed
First CI / build (push) Failing after 11s
Upload files to "/"
2024-11-22 10:31:35 +00:00

12 lines
293 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>_123</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>