diff --git a/Source/LibationCli/Properties/PublishProfiles/FolderProfile.pubxml b/Source/LibationCli/Properties/PublishProfiles/FolderProfile.pubxml index 796e806b..f8c490cc 100644 --- a/Source/LibationCli/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Source/LibationCli/Properties/PublishProfiles/FolderProfile.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU ..\bin\publish\ FileSystem - net6.0-windows + net6.0 win-x64 true false diff --git a/Source/LibationCli/Properties/PublishProfiles/LinuxProfile.pubxml b/Source/LibationCli/Properties/PublishProfiles/LinuxProfile.pubxml new file mode 100644 index 00000000..b6b51814 --- /dev/null +++ b/Source/LibationCli/Properties/PublishProfiles/LinuxProfile.pubxml @@ -0,0 +1,16 @@ + + + + + Release + Any CPU + ..\bin\publish\linux-x64 + FileSystem + net6.0 + linux-x64 + false + false + + \ No newline at end of file