Skip to content

Commit

Permalink
chore: optimize output
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Sep 7, 2024
1 parent 5d46418 commit f160731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KubeUI.Desktop/KubeUI.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
One for Windows with net7.0-windows TFM, one for MacOS with net7.0-macos and one with net7.0 TFM for Linux.-->
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PublishSingleFile>false</PublishSingleFile>
<PublishSelfContained>true</PublishSelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<EnableCompressionInSingleFile>false</EnableCompressionInSingleFile>
<PackageIcon>..\KubeUI\Assets\icon.ico</PackageIcon>
<ApplicationIcon>..\KubeUI\Assets\icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down

0 comments on commit f160731

Please sign in to comment.