Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Ensure publish with settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuardianWolf committed Oct 3, 2020
1 parent 7f70ced commit 8cc3e56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion netcore/ThunderbirdTray.NETCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<Company>PixelCollider</Company>
<RepositoryUrl>https://github.com/TheGuardianWolf/ThunderbirdTray</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>

</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand All @@ -21,4 +26,4 @@
<ProjectReference Include="..\lib\ThunderbirdTray.Lib.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 8cc3e56

Please sign in to comment.