This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2023_Stanislav_Mykhailenko/Lesson_4/Task_1/Task_1.csproj

11 lines
239 B
XML
Raw Normal View History

2023-04-03 14:11:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-04-11 15:23:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2023-04-03 14:11:06 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>