16 lines
599 B
Text
16 lines
599 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||
|
-->
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
<PublishDir>bin\x64\Release\net6.0\publish\linux-x64\</PublishDir>
|
||
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||
|
<SelfContained>false</SelfContained>
|
||
|
<PublishSingleFile>True</PublishSingleFile>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|