Skip to content

Commit

Permalink
chore: update to version 2024.3.806
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar-Goshev committed Aug 15, 2024
1 parent 43783fd commit 6ad38d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EShop/Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Web</title>

<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/8.0.1/fluent/fluent-main.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/8.2.1/fluent/fluent-main.css" />

<environment names="Development">
<bundle name="wwwroot/bundles/styles.min.css" />
Expand All @@ -21,8 +21,8 @@
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="@fontIconsUrl" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js" integrity="sha512-XMVd28F1oH/O71fzwBnV7HucLxVwtxf26XV8P4wPk26EDxuGZ91N8bsOttmnomcCD3CS5ZMRL50H0GgOHvegtg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.kendostatic.com/2024.2.514/js/kendo.all.min.js"></script>
<script src="https://cdn.kendostatic.com/2024.2.514/js/kendo.aspnetmvc.min.js"></script>
<script src="https://cdn.kendostatic.com/2024.3.806/js/kendo.all.min.js"></script>
<script src="https://cdn.kendostatic.com/2024.3.806/js/kendo.aspnetmvc.min.js"></script>
<script src="~/js/product_details.js"></script>
<script src="~/js/shopping_cart.js"></script>
<script src="~/js/datasource.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion EShop/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="18.1.24.514" />
<PackageReference Include="Telerik.Reporting.WebServiceDataSource" Version="18.1.24.514" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.*" />
<PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2024.2.514" />
<PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2024.3.806" />
<PackageReference Include="Telerik.Web.Captcha.Trial" Version="1.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 6ad38d9

Please sign in to comment.