I originally created a simple Microsoft NETCore stateful service, but am trying to use a library that requires it to be an AspNetCore service. Is there any way I can update the existing service to AspNetCore without deleting it and creating a new one?
I've tried simply installing the asp nugets. Sorry, I'm a little new to visual studio and service fabric applications.