dnx451およびdnxcore50Microsoft.ServiceBus
フレームワークをターゲットとするASP 5プロジェクトで使用しようとしていますが、ビルド時にdnxcore50フレームワークの名前空間が見つからないと表示されます。Microsoft.ServiceBus
何か別のことをする必要がありますか、それとも dnxcore50のサポートはMicrosoft.ServiceBus
まだありませんか? もしそうなら、将来はありますか?
dnx451およびdnxcore50Microsoft.ServiceBus
フレームワークをターゲットとするASP 5プロジェクトで使用しようとしていますが、ビルド時にdnxcore50フレームワークの名前空間が見つからないと表示されます。Microsoft.ServiceBus
何か別のことをする必要がありますか、それとも dnxcore50のサポートはMicrosoft.ServiceBus
まだありませんか? もしそうなら、将来はありますか?
The Microsoft.ServiceBus binary requires the full .NET 4 framework according to the NuGet package, however the MSDN documentation makes reference to Windows Store and Windows Phone platforms. So while it appears to actually be a PCL, it's not usable by the dnxcore* target. The dnx* target does support full .NET framework libraries however.