File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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" />
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments