Skip to content

Commit cee9998

Browse files
kendo-botVicTachev
authored andcommitted
chore: update dependencies
1 parent d0502ad commit cee9998

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration/Kendo-UI-Bootstrap-Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
3030
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
31-
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2025.1.227" />
31+
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2025.4.1111" />
3232
</ItemGroup>
3333
</Project>

Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration/Views/Shared/_Layout.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66
<meta name="description" content="The demo shows how to use Telerik UI for ASP.NET Core alongside Twitter Bootstrap. The grid layout and responsive CSS is provided by Bootstrap, and components are provided byTelerik UI for ASP.NET Core.">
77
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
8-
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/bootstrap/bootstrap-main.css" />
8+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/12.2.3/bootstrap/bootstrap-main.css" />
99

1010
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
11-
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.all.min.js"></script>
12-
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.timezones.min.js"></script>
13-
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.aspnetmvc.min.js"></script>
11+
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.all.min.js"></script>
12+
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.timezones.min.js"></script>
13+
<script src="https://kendo.cdn.telerik.com/2025.4.1111/js/kendo.aspnetmvc.min.js"></script>
1414
<link rel="stylesheet" href="@Url.Content("~/css/styles.css")" />
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)