Skip to content

Commit

Permalink
Change project configuration settings to fix known .net6 bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tursko committed Jan 28, 2022
1 parent 97d5d7e commit 1bdd1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Shotr.Ui/Shotr.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
<Configurations>Debug;Release;ThemeDebugger;BetaTest;WindowsNotification;Testing;Local</Configurations>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'BetaTest' ">
<PublishSingleFile>true</PublishSingleFile>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Testing'">
<PublishSingleFile>true</PublishSingleFile>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Local'">
Expand Down

0 comments on commit 1bdd1c5

Please sign in to comment.