Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
97 stars 46 forks source link

Nuget install of 1.6.0 fails due to unreleased dependency #276

Closed kianryan closed 2 years ago

kianryan commented 2 years ago
dotnet add package Microsoft.Azure.WebJobs.Extensions.SignalRService --version 1.6.0

error: NU1102: Unable to find package Microsoft.Azure.SignalR.Serverless.Protocols with version (>= 1.6.0) error: - Found 8 version(s) in nuget.org [ Nearest version: 1.5.0 ] error: - Found 0 version(s) in Microsoft Visual Studio Offline Packages

1.5.0 is highest available version of Microsoft.Azure.SignalR.Serverless.Protocols.

cbbrsc commented 2 years ago

I have the same problem. It looks like the Microsoft.Azure.SignalR.Serverless.Protocols 1.6.0 is missing from nuget.

SU1102 Unable to find package Microsoft.Azure.SignalR.Serverless.Protocols with version (>= 1.6.0)

Y-Sindo commented 2 years ago

Sorry it is a mistake. Now the problem is fixed.