Merge pull request #13 from Athiswaran-SF3980/master

911856: Update sample for vol3 2024
This commit is contained in:
MuthukumarK 2024-10-15 13:34:16 +05:30 коммит произвёл GitHub
Родитель f3235cbac9 59de873f3a
Коммит 7fb04cd7ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="26.1.35" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="*" />
</ItemGroup>
</Project>

Просмотреть файл

@ -14,8 +14,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<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" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="~/favicon.ico" />
<meta name="author" content="Syncfusion" />
<link rel="shortcut icon" href="~/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:500,600" rel="stylesheet">
<link href="~/scripts/bootstrap.min.css" rel="stylesheet" />
@ -23,7 +23,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
document.write('<script src="Scripts/bluebird.min.js"><\/script>');
}
</script>
<script src="https://cdn.syncfusion.com/ej2/26.1.35/dist/ej2.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2.min.js"></script>
<link href="~/css/styles.css" rel="stylesheet" />
<link href="~/css/index.css" rel="stylesheet" />