Umbraco 13 -> 14

I downloaded Umbraco 13 a few weeks ago (my first time working with this CMS) and I see v14 has been released. Since I am early into the development stages I’d rather upgrade now while the project is in its infancy.

I followed the instructions I have found online to upgrade through Visual Studio and when I do so, everything appears to go well and I do not receive any errors. However, when I go to the command line and type dotnet run (I’ve tried with dotnet build / dotnet run as well) I get the following error:

C:\Umbraco Projects\MyProject\Program.cs(23,11): error CS1061: 'IUmbracoEndpointBuilderContext' does not cont
ain a definition for 'UseInstallerEndpoints' and no accessible extension method 'UseInstallerEndpoints' accepting a fir
st argument of type 'IUmbracoEndpointBuilderContext' could be found (are you missing a using directive or an assembly r
eference?) [C:\Umbraco Projects\MyProject\MyProject.csproj]

What am I doing wrong?


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/114209-umbraco-13-14