Skip to content

Commit eaa7c30

Browse files
authored
[WebPubSub] Change to PackageReference for release. (Azure#26188)
1 parent b760ecf commit eaa7c30

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100

101101
<!-- Other approved packages -->
102102
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.5.8" />
103+
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.1.0" />
103104
<PackageReference Update="Microsoft.Identity.Client" Version="4.39.0" />
104105
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.19.3" />
105106

sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src/Microsoft.Azure.WebPubSub.AspNetCore.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21+
<Compile Include="..\..\Microsoft.Azure.WebPubSub.Common\src\Shared\ConnectionStatesConverter.cs" LinkBase="Shared" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<!--
26+
TODO:Changing to a PackageReference since we only want to depend on the already GA'ed version of WebPubSub. Change back after release.
2127
<ProjectReference Include="..\..\Azure.Messaging.WebPubSub\src\Azure.Messaging.WebPubSub.csproj" />
2228
<ProjectReference Include="..\..\Microsoft.Azure.WebPubSub.Common\src\Microsoft.Azure.WebPubSub.Common.csproj" />
23-
<Compile Include="..\..\Microsoft.Azure.WebPubSub.Common\src\Shared\ConnectionStatesConverter.cs" LinkBase="Shared" />
29+
-->
30+
<PackageReference Include="Azure.Messaging.WebPubSub" />
31+
<PackageReference Include="Microsoft.Azure.WebPubSub.Common" />
2432
</ItemGroup>
2533

2634
</Project>

0 commit comments

Comments
 (0)