Self-contained build - keine .NET Installation noetig

This commit is contained in:
administrator 2026-05-01 23:15:14 +02:00
parent c963c4d9e9
commit 4493e6d0f1
5 changed files with 36 additions and 1 deletions

View file

@ -1,5 +1,7 @@
<Project>
<PropertyGroup>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<!-- Version aus Git-Tag lesen: git tag v1.2.3 → Version 1.2.3 -->
<GitVersion Condition="'$(GitVersion)' == ''">$([System.String]::Copy('1.0.0'))</GitVersion>
</PropertyGroup>