adam
2730940432
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
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.1</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|