Skip to content

Commit

Permalink
[Event Hubs] Resolve reference issue for release (#41951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsquire committed Feb 13, 2024
1 parent 923ee55 commit 6a9de22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />
<!--<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />-->
<PackageReference Include="Azure.Messaging.EventHubs" />
<ProjectReference Include="..\..\..\Azure.Messaging.EventHubs.Processor\src\Azure.Messaging.EventHubs.Processor.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 6a9de22

Please sign in to comment.