refactor<Project>: using Costura.Fody instead of ILRepack to merge .net libraries into executable file

This commit is contained in:
leo 2023-09-26 11:10:15 +08:00
parent 9a9a0601ed
commit 8768cfc7e9
4 changed files with 148 additions and 18 deletions

View file

@ -17,11 +17,14 @@
<RepositoryType>Public</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Resource Include="App.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.6" />
<PackageReference Include="Costura.Fody" Version="5.7.0" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>
</Project>