Hi,
My architecture is as follows:
Windows Services on the backend to perform High performance core operations.
Asp.NET Core RC1 as the front end layer
Shared class libraries between the front layer and the services.
When I upgraded to RC2 I can see that I no longer can reference the shared class libraries.
Is there any template for dotnetcore windows service?