Skip to content

Commit bd43c37

Browse files
chore: fix newtonsoft and themes versions
1 parent 554acd2 commit bd43c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.1.1" />
1818
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.0" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.2" />
2020
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.1.7" />
2121
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.3" />
2222
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.0" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.5.0/bootstrap/bootstrap-main.css" />
8+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/10.2.0/bootstrap/bootstrap-main.css" />
99

1010
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
1111
<script src="https://kendo.cdn.telerik.com/2025.1.227/js/kendo.all.min.js"></script>

0 commit comments

Comments
 (0)