I am building a UWP App in VS 2015 that uses BingSearchContainer. I am getting an error about the system.net version. It wants v5.0, but if I look at my version of system.Net.dll it is 4.6.23123. Can't figure out how to update it. Actual error is:
The type 'ICredentials' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Not sure how to update that file. All my Nuget pkgs are up to date as well as VS2015 itself.