Files
School/Anul 3/Semestrul 1/Parallel and Distributed Programming/ProjectParallel/ProjectParallel.csproj
T
2025-02-06 20:33:26 +02: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>