Skip to content

Commit

Permalink
Remove explicit core dependency (#39952)
Browse files Browse the repository at this point in the history
* remove explicit dependency on core

* bump eg dependency
  • Loading branch information
JoshLove-msft authored Nov 13, 2023
1 parent db25be8 commit 731a245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<PackageReference Update="Azure.Data.SchemaRegistry" Version="1.2.0" />
<PackageReference Update="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.10.0" />
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.21.0" />
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.16.2" />
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.2.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs" />
<PackageReference Include="Microsoft.Extensions.Azure" />
<PackageReference Include="Microsoft.Azure.WebJobs" />
<PackageReference Include="Microsoft.Extensions.Azure" />
<PackageReference Include="Azure.Messaging.EventGrid" />
<PackageReference Include="Azure.Core" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 731a245

Please sign in to comment.