Add author

This commit is contained in:
Thorsten Sommer 2024-05-21 18:56:56 +02:00
parent 1c9f075955
commit 3b7d8a4db4
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -4,6 +4,7 @@
<UsingTask TaskName="ReadLinesFromFile" AssemblyFile="$(MSBuildBinPath)\Microsoft.Build.Tasks.Core.dll" />
<PropertyGroup>
<Authors>Thorsten Sommer</Authors>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>