.Net_Test/C#/C# Basic Udemy Seen/FirstProgram/Kalkulacka/KalkulackaNasobicka.csproj
2023-09-01 22:22:49 +02:00

11 lines
239 B
XML

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