Skip to content

Commit

Permalink
Fix single file publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleVaaty committed Nov 18, 2023
1 parent dd6283c commit b1ffe9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VDesk/VDesk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<RootNamespace>VDesk</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit b1ffe9e

Please sign in to comment.