.Net_Test/C#/C# Basic Udemy Seen/FirstProgram/Retezce/Retezce.csproj

11 lines
239 B
XML
Raw Normal View History

2023-09-01 15:46:12 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>