Skip to content

Commit 38a0126

Browse files
documentation(master)
1 parent 09445b4 commit 38a0126

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

Loan_Calculator.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4949
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Syncfusion.EJ2, Version=20.4500.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
52-
<HintPath>packages\Syncfusion.EJ2.MVC5.20.4.0.38\lib\net45\Syncfusion.EJ2.dll</HintPath>
51+
<Reference Include="Syncfusion.EJ2, Version=23.1000.0.36, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
52+
<HintPath>packages\Syncfusion.EJ2.MVC5.23.1.0.36\lib\net45\Syncfusion.EJ2.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Syncfusion.Licensing, Version=20.4460.0.38, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
55-
<HintPath>packages\Syncfusion.Licensing.20.4.0.38\lib\net46\Syncfusion.Licensing.dll</HintPath>
54+
<Reference Include="Syncfusion.Licensing, Version=23.1000.0.36, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
55+
<HintPath>packages\Syncfusion.Licensing.23.1.0.36\lib\net46\Syncfusion.Licensing.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Data" />

Scripts/ej2.min.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
3030
}
3131
</script>
3232
@Scripts.Render("~/bundles/dependencies")
33-
<script src="~/Scripts/ej2.min.js"></script>
33+
<script src="https://cdn.syncfusion.com/ej2/23.1.36/dist/ej2.min.js"></script>
3434
@Styles.Render("~/Content/css")
3535
<link href="~/Content/styles.css" rel="stylesheet" />
3636
<link href="~/Content/index.css" rel="stylesheet" />

0 commit comments

Comments
 (0)