Files
Lab_7/Lab_7.csproj
TwojeImię NazwiskoJulia 359f0f7b6c
All checks were successful
First CI / build (push) Successful in 10s
Add .NET 8 console application
2025-11-19 23:54:58 +01:00

11 lines
242 B
XML

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