Laboratorium7/Laboratorium7.csproj
rafals123 7670db89c0
All checks were successful
First CI / build (push) Successful in 9s
Add dotnet app files
2024-11-25 10:43:46 +01:00

11 lines
252 B
XML

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