visual studio 2015 - System.Net.Ping NuGet Installation error -


i use system.net.ping nuget reference in uwp project arm target. want use ping in windows 10 mobile.

i'm trying "install-package system.net.ping -version 4.0.0" same message lastest preview (install-package system.net.ping -pre)

output:

system.net.ping 4.0.0 provides compile-time reference assembly system.net.ping in uap, version = v10.0, there no assembly in runtime compatible win10-arm line: 1 character: 1 + install-package system.net.ping -version 4.0.0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [install-package], exception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.packagemanagement.powershellcmdlets.installpackagecommand

install-package : 1 or more packages not compatible uap, version = v10.0 (win10-arm)

same message win10-arm-aot,win10-x64,win10-x64-aot....

maybe, can't use these library arm target?

according error message, system.net.ping package not compatible uwp app. have tried install on command c# class library project, install correct. , check dlls contained in package nuget package explorer, found there .net framework 4.6 dll in packages. other platform folder empty. enter image description here


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -