Skip to content

Commit 7f6df68

Browse files
Merge pull request #12 from RajeshSyncfusion/master
Modified the show case application configurations
2 parents 09445b4 + c2eb86c commit 7f6df68

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

Loan_Calculator.csproj

Lines changed: 6 additions & 5 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.4500.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.1460.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" />
@@ -150,6 +150,8 @@
150150
<Content Include="Content\ej2\highcontrast.css" />
151151
<Content Include="Content\ej2\material-dark.css" />
152152
<Content Include="Content\ej2\material.css" />
153+
<Content Include="Content\ej2\material3-dark.css" />
154+
<Content Include="Content\ej2\material3.css" />
153155
<Content Include="Content\ej2\tailwind-dark.css" />
154156
<Content Include="Content\ej2\tailwind.css" />
155157
<Content Include="Content\index.css" />
@@ -171,7 +173,6 @@
171173
<SubType>Designer</SubType>
172174
</Content>
173175
<Content Include="Scripts\crossroads.js" />
174-
<Content Include="Scripts\ej2.min.js" />
175176
<Content Include="Scripts\ej2\ej2.min.js" />
176177
<Content Include="Scripts\fuse.min.js" />
177178
<Content Include="Scripts\hasher.min.js" />

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)