I'm using Visual Studio for MAC version 7.3.2 (build 12) and I'm trying to follow this tutorial from microsoft: https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages-mac/model
I have followed every step but I'm getting this error: Version for package Microsoft.VisualStudio.Web.CodeGeneration.Tools
could not be resolve
My csproj file contain the following lines:
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.1" />
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="2.5.357" />
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.1" />