Microsoft Band SDK Preview をダウンロードして、C++/CX Windows Universal App プロジェクトに接続しようとしています。Nuget で以下のエラーが表示されます。C++ コードから SDK プレビューを使用する方法はありますか?
Install-Package : Could not install package 'Microsoft.Band 1.3.10219-preview'.
You are trying to install this package into a project that targets 'Native,Version=v0.0',
but the package does not contain any assembly references or content files that are
compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Microsoft.Band -Pre
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
この問題は、管理されたアセンブリを C++ プロジェクトにインストールすることに一般的なようですが、まだ回避策を見つけることができませんでした。