Skip to content

Commit 7fb04cd

Browse files
Merge pull request #13 from Athiswaran-SF3980/master
911856: Update sample for vol3 2024
2 parents f3235cb + 59de873 commit 7fb04cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LoanCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="26.1.35" />
10+
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="*" />
1111
</ItemGroup>
1212

1313
</Project>

Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
1515
<meta name="description" content="Essential JS 2 for ASP.NET Core - Loan Calculator - You can use this application to Calculates your loan payment based on your loan amount, interest and term" />
1616
<meta http-equiv="x-ua-compatible" content="ie=edge">
17-
<link rel="icon" type="image/x-icon" href="~/favicon.ico" />
1817
<meta name="author" content="Syncfusion" />
18+
<link rel="shortcut icon" href="~/favicon.ico" />
1919
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
2020
<link href="https://fonts.googleapis.com/css?family=Raleway:500,600" rel="stylesheet">
2121
<link href="~/scripts/bootstrap.min.css" rel="stylesheet" />
2222
<script type="text/javascript">if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
2323
document.write('<script src="Scripts/bluebird.min.js"><\/script>');
2424
}
2525
</script>
26-
<script src="https://cdn.syncfusion.com/ej2/26.1.35/dist/ej2.min.js"></script>
26+
<script src="https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2.min.js"></script>
2727
<link href="~/css/styles.css" rel="stylesheet" />
2828
<link href="~/css/index.css" rel="stylesheet" />
2929

0 commit comments

Comments
 (0)