Browse Source

PublishTrimmed PublishReadyToRun

pull/2833/head
MysticBoy 4 years ago
parent
commit
d29b606e97
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      shadowsocks-csharp/Properties/PublishProfiles/FolderProfile.pubxml

+ 3
- 2
shadowsocks-csharp/Properties/PublishProfiles/FolderProfile.pubxml View File

@@ -10,8 +10,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishDir>bin\Release\netcoreapp3.1\publish\</PublishDir>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>

Loading…
Cancel
Save