Skip to content

Commit

Permalink
upgrade icu version to enable single file publish. include icu.net.dl…
Browse files Browse the repository at this point in the history
…l.config in the output
  • Loading branch information
hahn-kev committed Jul 19, 2024
1 parent 2a55dd5 commit 7ac36b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions backend/FwLite/LocalWebApp/LocalWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
<!-- single file disabled for now, pending https://github.com/sillsdev/icu-dotnet/pull/201-->
<PublishSingleFile>false</PublishSingleFile>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="icu.net" Version="2.10.1-beta.5" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4"/>
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.4" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.0" />
Expand All @@ -29,6 +29,11 @@
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>

<None Include="$(Pkgicu_net)\contentFiles\any\any\icu.net.dll.config">
<Link>icu.net.dll.config</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7ac36b2

Please sign in to comment.