Skip to content

Commit 67e2ff4

Browse files
chore: bump newtonsoft
1 parent 02e243b commit 67e2ff4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<PreserveCompilationContext>true</PreserveCompilationContext>
66
<AssemblyName>Kendo-UI-Bootstrap-Integration</AssemblyName>
7-
<OutputType>Exe</OutputType>
87
<PackageId>Kendo-UI-Bootstrap-Integration</PackageId>
98
</PropertyGroup>
109

@@ -16,7 +15,7 @@
1615

1716
<ItemGroup>
1817
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.4" />
18+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.13" />
2019
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.1" />
2120
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
2221
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />

Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="card-body">
3838
<div class="row">
3939
<div class="col-lg-4 col-md-3">
40-
<img src="~/assets/avatar.jpg" class="avatar img-fluid" />
40+
<img src="@Url.Content("~/assets/avatar.jpg")" class="avatar img-fluid" />
4141
</div>
4242

4343
<div class="col-lg-8 col-md-9">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="https://kendo.cdn.telerik.com/2023.3.1114/js/kendo.all.min.js"></script>
1212
<script src="https://kendo.cdn.telerik.com/2023.3.1114/js/kendo.timezones.min.js"></script>
1313
<script src="https://kendo.cdn.telerik.com/2023.3.1114/js/kendo.aspnetmvc.min.js"></script>
14-
<link rel="stylesheet" href="~/css/styles.css" />
14+
<link rel="stylesheet" href="@Url.Content("~/css/styles.css")" />
1515
</head>
1616
<body>
1717
<script>

0 commit comments

Comments
 (0)