adam
f5402f6635
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
12 lines
272 B
XML
12 lines
272 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Packable>true</Packable>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|