I cannot appear to install .net core mvc asp.net for the .net core 3.1 run-time is there a known issue with this yet.
All The logs I have are the .net version is
Visaual Studio 16.4.0 preview 5.0
And they are a dotnetcore 3.1 project web mvc
Restoring packages for D:\GitMaster\Freelancer\SalesOrders\RoundTableErpAuth\RoundTableErp.Web\RoundTableErp.Web.csproj...
NU1608: Detected package version outside of dependency constraint: Microsoft.CodeAnalysis 3.3.1 requires Microsoft.CodeAnalysis.CSharp.Workspaces (= 3.3.1) but version Microsoft.CodeAnalysis.CSharp.Workspaces 3.4.0-beta4-final was resolved.
NU1701: Package 'DapperExtensions 1.6.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
NU1107: Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 3.4.0-beta4-final directly to project RoundTableErp.Web to resolve this issue.
RoundTableErp.Web -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.4.0-beta4-final -> Microsoft.CodeAnalysis.Common (= 3.4.0-beta4-final)
RoundTableErp.Web -> Telerik.UI.for.AspNet.Core 2019.3.1023 -> Microsoft.CodeAnalysis 3.3.1 -> Microsoft.CodeAnalysis.VisualBasic.Workspaces 3.3.1 -> Microsoft.CodeAnalysis.Common (= 3.3.1).
Package restore failed. Rolling back package changes for 'RoundTableErp.Web'.
Time Elapsed: 00:00:00.9141745
========== Finished ==========