Skip to content

Commit d28e322

Browse files
Merge pull request #30 from SyncfusionExamples/BLAZ-27620-MVC-Sample
BLAZ-27620 Updated the nuget changes for MVC sample.
2 parents 242571b + eec05c3 commit d28e322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PDFViewer/ASP.NET MVC Razor Examples/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>@ViewBag.Title - My ASP.NET Application</title>
77
@Styles.Render("~/Content/css")
8-
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.55/fluent.css" />
9-
<script src="https://cdn.syncfusion.com/ej2/20.1.55/dist/ej2.min.js"></script>
8+
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.3.61/fluent.css" />
9+
<script src="https://cdn.syncfusion.com/ej2/20.3.61/dist/ej2.min.js"></script>
1010
</head>
1111
<body>
1212
<div class="navbar navbar-inverse navbar-fixed-top">

0 commit comments

Comments
 (0)