adam
234958a867
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
13 lines
301 B
XML
13 lines
301 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Packable>true</Packable>
|
|
<Version>0.0.2</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|