使用CosmosDB nuget包安装Visual Studio警告

时间:2018-02-15 13:49:20

标签: xamarin.forms azure-cosmosdb

我正在做一个Xamarin Forms项目并安装了CosmosDB nu get package但是我收到了以下警告:我无法摆脱

Severity    Code    Description Project File    Line    Suppression State
Warning NU1701  Package 'Microsoft.Azure.CosmosDB.Table 1.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework 'UAP,Version=v10.0.16299'. This package may not be fully compatible with your project.             
Warning NU1701  Package 'Microsoft.Azure.CosmosDB.Table 1.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.   NWMPosNG    C:\Users\MattDouhan\source\repos\NWMPosNG\NWMPosNG\NWMPosNG\NWMPosNG.csproj

如何解决此问题?

1 个答案:

答案 0 :(得分:0)

Microsoft.Azure.CosmosDB.Table目前仅针对.NETFramework 4.5,但.NET Standard支持很快就会推出。