This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Description
Thank you for this awesome template!
Have you tried it with .NET 5 yet? If so, how do I upgrade it to .NET 5? I tried changing the target framework, but some build error because of missing sdk:
/home/tomas/git/mastoj/simpleshopper/server/Server.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.
Anything more that I need to change? I did try to create an empty webapi to compare the fsproj file, but couldn't spot any major differences.