'Upgrading old .NET project from .net framework 4.0 to 4.7.2 and to TLS 1.2
I need guidance. I know how to upgrade .net to 4.7.2, but the solution I'm working on has 100+ projects, so I want to know what it entails to do this upgrade, code changes? Proprietary NuGet packages will be affected?
And then, the TLS part. I'm lost on that, I did some research, I know what TLS is and why it's needed, but I can't yet get how it's implemented in .net projects. My questions on it: how do I know what version of TLS my current application is running on? How can I upgrade it to 1.2 without having it hardcoded in my projects? Do I need to change TLS configuration for each of my projects or could it be done per solution?
Any kind of help is appreciated!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
