In Framework 4.7.1 there have been some GC improvements.
https://learn.microsoft.com/en-us/dotnet/framework/whats-new/
I am currently running a service that was built under 4.6.1.
If I install 4.7.1 on my server without re-compiling my program under 4.7.1 and referencing it will the new GC improvements apply or do i have to recompile?