Skip to content

Commit

Permalink
Change TrimmerRootAssembly to use FileName to be correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Nov 13, 2024
1 parent 30dae3d commit 4cd0228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- https://github.com/dotnet/extensions/issues/5625 -->
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.Http.Resilience\Microsoft.Extensions.Http.Resilience.csproj" />

<TrimmerRootAssembly Include="@(LibraryProjects->'%(Identity)')" />
<TrimmerRootAssembly Include="@(LibraryProjects->'%(FileName)')" />
<ProjectReference Include="@(LibraryProjects)" />
</ItemGroup>

Expand Down

0 comments on commit 4cd0228

Please sign in to comment.