Skip to content

Commit d67bcf0

Browse files
authored
[Event Hubs] Minor Organization and Formatting (Azure#25038)
The focus of these changes is to make a couple of small tweaks to project organization and references.
1 parent 8bef484 commit d67bcf0

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

sdk/eventhub/Azure.Messaging.EventHubs/Azure.Messaging.EventHubs.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Global
9191
EndGlobalSection
9292
GlobalSection(NestedProjects) = preSolution
9393
{2CFDB3D6-5CFB-428C-9C89-29DD169B5433} = {2DB233D3-E757-423C-8F8D-742B0AFF4713}
94+
{1C35D00F-F016-4ED1-98E6-813C6AE22E25} = {2DB233D3-E757-423C-8F8D-742B0AFF4713}
95+
{5D38291E-D14C-4884-A902-9F9A470392BA} = {2DB233D3-E757-423C-8F8D-742B0AFF4713}
9496
EndGlobalSection
9597
GlobalSection(ExtensibilityGlobals) = postSolution
9698
SolutionGuid = {509F2EE0-3348-4506-8AC7-9945B602CB43}

sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@
1313
<Folder Include="Properties\" />
1414
</ItemGroup>
1515

16+
<!--
17+
TEMP: This is needed for schema registry support and includes the IMessageWithContentType interface used
18+
with EventData.
19+
-->
1620
<ItemGroup>
21+
<ProjectReference Include="..\..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<!--
26+
Restore when the experimental features needed are moved and published.
27+
28+
<PackageReference Include="Azure.Core" />
29+
-->
1730
<PackageReference Include="Azure.Core.Amqp" />
1831
<PackageReference Include="Microsoft.Azure.Amqp" />
1932
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
@@ -58,7 +71,4 @@
5871
<CustomToolNamespace>Azure.Messaging.EventHubs</CustomToolNamespace>
5972
</EmbeddedResource>
6073
</ItemGroup>
61-
<ItemGroup>
62-
<ProjectReference Include="..\..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj" />
63-
</ItemGroup>
6474
</Project>

0 commit comments

Comments
 (0)