Skip to content

Commit

Permalink
Update OldPartitionsRemover.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
idruzhitskiy authored May 24, 2022
1 parent e13dc29 commit 93deda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OldPartitionsRemover/OldPartitionsRemover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<!-- <PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun> -->
<PublishReadyToRun>true</PublishReadyToRun>
<Configurations>Debug;Release</Configurations>
<InvariantGlobalization>true</InvariantGlobalization>
<!-- <RuntimeIdentifier>linux-x64</RuntimeIdentifier> -->
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>
</Project>

0 comments on commit 93deda3

Please sign in to comment.