jenkins-playground/nugettest/nugettest.csproj
adam 2730940432
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
version hell begins
2024-11-09 22:57:03 -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.1</Version>
</PropertyGroup>
</Project>