File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
sdk/eventhub/Azure.Messaging.EventHubs Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments