This commit is contained in:
Patrick Stevens
2024-12-17 00:36:57 +00:00
committed by GitHub
parent 946f444c7d
commit 2ba5a11cc3
8 changed files with 101 additions and 157 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<PackAsTool>true</PackAsTool>
<PackageId>Gitea.Declarative</PackageId>
<Authors>Patrick Stevens</Authors>