2023-02-22 22:03:01 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-03-04 20:53:36 +01:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2023-02-22 22:03:01 +01:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
<SelfContained>true</SelfContained>
|
|
|
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
|
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|