2023-05-16 00:43:47 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
<SelfContained>true</SelfContained>
|
|
|
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
2023-05-16 19:50:35 +02:00
|
|
|
<PublishTrimmed>true</PublishTrimmed>
|
2023-05-16 00:43:47 +02:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|