2012-08-25 54 views
1

我使用通過NuGet安裝的SignalR 0.5.3用於我的.NET 4.5 Web應用程序 - 現在,因爲我需要從SQL SERVER 2008R2推送數據(僅支持.NET Framework高達3.5),我需要使用SignalR .NET 3.5客戶端創建一個庫。如何將SignalR.Client.NET35安裝到項目中

我在project website看到有可能是一個SignalR.Client.NET35版本,但(對github和NuGet都不是很熟悉)我不知道如何安裝該客戶端的庫項目我必須從事於。 我曾試圖與性病命令install-package SignalR.Client,但我得到的消息是安裝:

Install-Package : Could not install package 'SignalR.Client 0.5.3'. 
You are trying to install this package into a project that targets 
'.NETFramework,Version=v3.5', but the package does not contain any assembly 
references that are compatible with that framework. 
For more information, contact the package author. 

,所以它看起來像正確的.NET版本沒有正確挑選/開箱。

在打擾作者之前,我想在這裏試一試。 有什麼建議嗎?

+0

忘了提及,我知道我可以下載源代碼,包括在我的項目和參考庫項目 - 我想知道是否有任何通過NuGet的解決方案。謝謝 – eddo

回答

3

我們還沒有將3.5客戶端打包到軟件包中。您需要從源代碼構建。