I'm trying to use some code (C#, I think with .NET) I found on the Internet but my Visual Studio 2017 says it can't find System.Web.Services.dll
.
Effectively, I went to the reference tab and I didn't find it. Also, I check C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\Microsoft.NETCore.UniversalWindowsPlatform\6.1.9\ref\uap10.0.15138
but nothing I could found.
It's my first time using these technologies (C#, .NET and UWP...) so I am not sure if I'm missing some steps in order to import and use that dll
.