jenkins-playground/nugettest/nugettest.csproj
adam 234958a867
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
all that and the fucking version number doesn't count?
2024-11-10 00:43:13 -05:00

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>