1

dnx451およびdnxcore50Microsoft.ServiceBusフレームワークをターゲットとするASP 5プロジェクトで使用しようとしていますが、ビルド時にdnxcore50フレームワークの名前空間が見つからないと表示されます。Microsoft.ServiceBus

何か別のことをする必要がありますか、それとも dnxcore50のサポートはMicrosoft.ServiceBusまだありませんか? もしそうなら、将来はありますか?

4

1 に答える 1

1

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.

于 2015-07-23T01:07:02.113 に答える