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_3/Task_3.csproj

11 lines
239 B
XML
Raw Permalink Normal View History

2023-04-09 19:07:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-04-11 15:58:20 +00:00
<TargetFramework>net6.0</TargetFramework>
2023-04-09 19:07:58 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>