Skip to content

Commit

Permalink
Update for 64-bit Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconscious committed May 6, 2024
1 parent 93ca09f commit e02a059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Youtube-Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<TrimMode>copyused</TrimMode>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<SelfContained>true</SelfContained>
<TrimMode>partial</TrimMode>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitignore"/>
Expand Down

0 comments on commit e02a059

Please sign in to comment.