Skip to content

Commit

Permalink
Fixed external build after assembly renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermanest committed Sep 11, 2024
1 parent e0b97bd commit 35300a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactiveUI.ExternalBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<ReactiveProject>$(ReactiveDir)\ReactiveUI.csproj</ReactiveProject>
</PropertyGroup>
<ItemGroup>
<Reference Include="ReactiveUI">
<HintPath>$(ReactiveDir)\bin\$(Configuration)\$(TargetFramework)\ReactiveUI.dll</HintPath>
<Reference Include="Reactive">
<HintPath>$(ReactiveDir)\bin\$(Configuration)\$(TargetFramework)\Reactive.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="BuildReactiveUI" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 35300a5

Please sign in to comment.