I have been updating our old windows service to use the latest SDK but upon attempting to login it fails trying to load System.Net.HTTP.Formatting the SDK error states it is looking for version 5.2.6 of the file but the NuGet package installs version 5.2.7.
If I run the exact same code but inside a GUI application it works as expected. From my testing any SDK version greater than 20.3.0 will throw errors when run from console but fine from a GUI application.
Many thanks,
Danny