You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.