Skip to content

Commit 20b7dae

Browse files
v29.1.33
1 parent 20357d0 commit 20b7dae

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Loan_Calculator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Syncfusion.EJ2">
51-
<HintPath>packages\Syncfusion.EJ2.MVC5.28.1.33\lib\net462\Syncfusion.EJ2.dll</HintPath>
51+
<HintPath>packages\Syncfusion.EJ2.MVC5.29.1.33\lib\net462\Syncfusion.EJ2.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Syncfusion.Licensing">
54-
<HintPath>packages\Syncfusion.Licensing.28.1.33\lib\net462\Syncfusion.Licensing.dll</HintPath>
54+
<HintPath>packages\Syncfusion.Licensing.29.1.33\lib\net462\Syncfusion.Licensing.dll</HintPath>
5555
</Reference>
5656
<Reference Include="System" />
5757
<Reference Include="System.Data" />

Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ 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="https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2.min.js"></script>
33+
<script src="https://cdn.syncfusion.com/ej2/29.1.33/dist/ej2.min.js"></script>
34+
<link href="https://cdn.syncfusion.com/ej2/29.1.33/bootstrap5.css" rel="stylesheet">
3435
@Styles.Render("~/Content/css")
3536
<link href="~/Content/styles.css" rel="stylesheet" />
3637
<link href="~/Content/index.css" rel="stylesheet" />

packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<package id="Modernizr" version="2.6.2" targetFramework="net46" />
1212
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
1313
<package id="Respond" version="1.2.0" targetFramework="net46" />
14-
<package id="Syncfusion.EJ2.MVC5" version="28.1.33" targetFramework="net48" />
15-
<package id="Syncfusion.Licensing" version="28.1.33" targetFramework="net48" />
14+
<package id="Syncfusion.EJ2.MVC5" version="29.1.33" targetFramework="net48" />
15+
<package id="Syncfusion.Licensing" version="29.1.33" targetFramework="net48" />
1616
<package id="WebGrease" version="1.5.2" targetFramework="net46" />
1717
</packages>

0 commit comments

Comments
 (0)