File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments