version hell begins
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 22:57:03 -05:00
parent f5402f6635
commit 2730940432

View File

@ -2,10 +2,11 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Packable>true</Packable> <Packable>true</Packable>
<Version>0.0.1</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>