Incorrect Update Available Notification appears for ASP.Net Core
Steps to Reproduce:
Installs both extensions ASP.NET Core and MVC without the latest MVC and ASP.Net Core product versions
Create an ASP.NET Core project with an older version
An Update Available Notification appears for ASP.Net Core
Click on the "Update Now" button
The Upgrade project wizard is launched
Click on "Next" button, then the following error appears:
The wizard encountered an error while trying to handle user event. System.InvalidOperationException: Sequence contains no matching element at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) at Telerik.KendoUI.Mvc.VSX.Wizards.ViewModels.MvcDistributionChooserUpgradeViewModel.GetProjectWithLowestTargetFramework(List`1 projects) at Telerik.KendoUI.Mvc.VSX.Wizards.ViewModels.MvcDistributionChooserUpgradeViewModel.GetDistributions() at Telerik.VSX.ViewModels.DistributionChooserViewModelBase`1.get_Distributions() at Telerik.VSX.ViewModels.DistributionChooserViewModelBase`1.get_CurrentDistribution() at Telerik.KendoUI.Mvc.VSX.Wizards.UpgradeProjectWizard.TryGetDistributionToken(TargetMvcVersion mvcVersion) at Telerik.KendoUI.Mvc.VSX.Wizards.UpgradeProjectWizard.GetPropertyValue(String propertyName) at Telerik.VSX.WizardEngine.Controls.WizardControlBase.PopulateCollectedValues(IPropertyDataDictionary gatheredData) at Telerik.VSX.WizardFramework.Pages.DynamicPageController.GetData() at Telerik.WizardFramework.Wizard.GetCurrentPageData() at Telerik.WizardFramework.Wizard.UpdateNavigation() at Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)