If you do have a TLS certificate (strongly recommended) you can force each connecting client to switch from HTTP to HTTPS. There are various ways to do so, however, I find it pretty easy to apply the following config to each server configuration. Furthermore, the return value does not statically include any destination URL, but …
Tag: .NET 5.0
Error MSB3644: The reference assemblies for framework “.NETFramework,Version=v5.0” were not found.
.NET 5.0 is now available and you might want to upgrade or include the new target framework within your continuous integration. If your CD features a self-hosted Agent, this article might be the wrong place to look for an answer, as we only cover the Hosted VS2017 pool. Remark: This workaround only works for .NET …