Azure-Samples / service-fabric-dotnet-getting-started

Get started with Service Fabric with these simple introductory sample projects.
MIT License
230 stars 329 forks source link

Dependencies & changes needed to make the project work #82

Open animesh371 opened 3 years ago

animesh371 commented 3 years ago

When I cloned the project initially, it didn't work. I had to install Microsoft.NET.Sdk.Razor to make it work. Without this it errors with the output - Assembly location for Razor SDK Tasks was not specified. The most likely cause is an older incompatible version of Microsoft.NET.Sdk.Razor, or Microsoft.NET.Sdk.Web used by this project. Please target a newer version of the .NET Core SDK.

Additionally, after installing the above package, config change is needed in WebService.csproj to add false in the property group.

masnider commented 3 years ago

@peterpogorski