jenkins-playground/nugettest/nugettest.csproj

13 lines
301 B
XML
Raw Normal View History

2024-11-09 22:54:36 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-11-09 22:57:03 -05:00
<TargetFramework>net7.0</TargetFramework>
2024-11-09 22:54:36 -05:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Packable>true</Packable>
2024-11-09 22:57:03 -05:00
<Version>0.0.1</Version>
2024-11-09 22:54:36 -05:00
</PropertyGroup>
</Project>