Skip to content

Commit

Permalink
Update WebPubSub.AspNetCore reference to WebPubSub.Commom (Azure#46298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored Sep 26, 2024
1 parent 9bbc4a2 commit 975bec0
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -152,7 +152,7 @@

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.7" />
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.2.0" />
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.62.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.62.0" />
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebPubSub.Common" />
<!--
TODO:Changing to a PackageReference since we only want to depend on the already GA'ed version of WebPubSub. Change back after release.
<PackageReference Include="Microsoft.Azure.WebPubSub.Common" />
-->
<!--<ProjectReference Include="..\..\Azure.Messaging.WebPubSub\src\Azure.Messaging.WebPubSub.csproj" />-->
<PackageReference Include="Azure.Messaging.WebPubSub" />
<ProjectReference Include="..\..\Microsoft.Azure.WebPubSub.Common\src\Microsoft.Azure.WebPubSub.Common.csproj" />
</ItemGroup>

</Project>

0 comments on commit 975bec0

Please sign in to comment.