Skip to content

Commit

Permalink
Set self-contained to true for Desktop
Browse files Browse the repository at this point in the history
Hopefully this will fix the dotnet runtime requirements
  • Loading branch information
sounddrill31 authored Nov 9, 2024
1 parent 5c7fe9d commit 3445c74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<SelfContained>true</SelfContained>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 3445c74

Please sign in to comment.