Posts

Showing posts with the label azure-service-fabric

Is there a way to get a Service fabric project template for Stateless ASP.Net Core 2.1

Image
Is there a way to get a Service fabric project template for Stateless ASP.Net Core 2.1 After installing .net core 2.1 sdk. When I created Service Fabric Stateless Service with .net Core it create a project with .net core 2.1. For the same when I create Stateless Asp.net Core > API the project created is for .net core 2.0. Is there a way to get the latest template for Stateless ASP.net Core 2.1 fore service fabric? did you update to the latest vssdk? – 4c74356b41 Jul 1 at 9:27 yes VS 15.7.4 an installed dotnet-sdk-2.1.301-win-x64.exe. from command prompt dotnet --version 2.1.301 – kumar Jul 2 at 12:54 1 Answer ...