使用 Windows 8.1 Phone 开发解析后端
Parse Backend with Windows 8.1 Phone Development
我正在尝试在我的应用程序中使用 Parse 后端服务,并且我正在我的项目中安装他们的 Nuget 包。
但是显示如下错误。
Install-Package : Could not install package 'parse 1.4.0'. You are trying to install this package into a project that targets
'WindowsPhoneApp,Version=v8.1', 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.
在 Windows 8.1 Phone 开发中是否可以使用 Parse 后端服务。
好吧,现在看来 Parse 现在也支持 .NET 并完全支持 .net framework 4.5。
我正在尝试在我的应用程序中使用 Parse 后端服务,并且我正在我的项目中安装他们的 Nuget 包。
但是显示如下错误。
Install-Package : Could not install package 'parse 1.4.0'. You are trying to install this package into a project that targets
'WindowsPhoneApp,Version=v8.1', 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.
在 Windows 8.1 Phone 开发中是否可以使用 Parse 后端服务。
好吧,现在看来 Parse 现在也支持 .NET 并完全支持 .net framework 4.5。