Skip to content

Commit f6fec96

Browse files
940507: Updated Syncfusion CSS and JS to version 31.1.17
1 parent ff277af commit f6fec96

File tree

1 file changed

+3
-3
lines changed
  • How to/Form Designer Signature in Default Toolbar/WebApplication5/WebApplication5/Pages/Shared

1 file changed

+3
-3
lines changed

How to/Form Designer Signature in Default Toolbar/WebApplication5/WebApplication5/Pages/Shared/_Layout.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
88
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
99
<link rel="stylesheet" href="~/WebApplication5.styles.css" asp-append-version="true" />
10-
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/26.2.10/fluent.css" />
11-
<script src="https://cdn.syncfusion.com/ej2/26.2.10/dist/ej2.min.js"></script>
10+
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/31.1.17/fluent.css" />
11+
<script src="https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2.min.js"></script>
1212
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
1313

1414
</head>
@@ -52,4 +52,4 @@
5252
<ejs-scripts></ejs-scripts>
5353
@await RenderSectionAsync("Scripts", required: false)
5454
</body>
55-
</html>
55+
</html>

0 commit comments

Comments
 (0)