Hi,
I have noticed this a few time now when using the Update Wizard to upgrade my version of KendoUI in various projects.
The wizard completes reporting no error but when I have a look in my _layout.vbhtml file not all Kendo references are updated... e.g.
<link href="@Url.Content("~/Content/kendo/2018.2.620/kendo.common.min.css")" rel="stylesheet" type="text/css" /><link href="@Url.Content("~/Content/kendo/2018.3.1017/kendo.common-bootstrap.min.css")" rel="stylesheet" type="text/css" /><link href="@Url.Content("~/Content/kendo/2018.3.1017/kendo.bootstrap.min.css")" rel="stylesheet" type="text/css" />As you can see.... the first line was not update and I had to manually change it.
Did the wizard miss this or did it ignore it for some reason?
Thanks