In my .net core 3.1 project I have consumed SOAP Web Service. After I moved on new PC and system, I downloaded VS 2019, cloned project but then when I tried to Update my Web Reference I saw that WCF section in my project has changed. I think I need to install something additionaly to my Visual Studio but I couldnt find anything 'WCF' that isnt installed in VS Installer.
I dont have this button anymore (Update Service Reference):
(Example screen from youtube):
I didnt 'add connected service' to this project by myself so I dont know if I did something wrong after downloading visual studio again. Now, when I want to update service reference I must go to Connected Serice>Edit and then search for wsdl and then update, but the process is same as adding new conencted service. I think I might be missing some visual studio extension.
When I update my Service "new way" then in 'ConnectedService.json' these two lines are deleted:
"ProviderId": "Microsoft.VisualStudio.ConnectedService.Wcf", "Version": "15.0.40203.910",
Next thing is when I "add service reference" option "Microsoft WCF Web Service Reference Provider" isnt available, but "WCF Web Service" is.

My visual studio 2019 enterprise version is up-to date.
