.Net_Test/Testing_Ubuntu/powerunit/powerunit.csproj
Lukáš Kaňka 14d46cad1c C#
2023-08-22 20:28:19 +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>