Skip to content

Commit 6d13724

Browse files
Merge pull request #28 from SubathraKaliamoorthy/master
v30.1.37
2 parents 0df2d53 + 4df80b2 commit 6d13724

File tree

6 files changed

+50
-18
lines changed

6 files changed

+50
-18
lines changed

.github/workflows/dotnet.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This workflow will build a .NET project
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3+
4+
name: .NET
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: windows-latest
16+
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@v4
20+
21+
- name: Setup MSBuild
22+
uses: microsoft/setup-msbuild@v2
23+
24+
- name: Setup NuGet
25+
uses: nuget/setup-nuget@v2
26+
27+
- name: Restore NuGet packages
28+
run: nuget restore Expense_Tracker_MVC.sln
29+
30+
- name: Build the solution
31+
run: msbuild Expense_Tracker_MVC.sln /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFrameworkVersion=v4.8

Expense_Tracker_MVC.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
<ItemGroup>
4747
<Reference Include="Microsoft.CSharp" />
4848
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
49-
<HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
49+
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Syncfusion.EJ2">
52-
<HintPath>packages\Syncfusion.EJ2.MVC5.28.1.33\lib\net462\Syncfusion.EJ2.dll</HintPath>
52+
<HintPath>packages\Syncfusion.EJ2.MVC5.30.1.37\lib\net462\Syncfusion.EJ2.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Syncfusion.Licensing">
55-
<HintPath>packages\Syncfusion.Licensing.28.1.33\lib\net462\Syncfusion.Licensing.dll</HintPath>
55+
<HintPath>packages\Syncfusion.Licensing.30.1.37\lib\net462\Syncfusion.Licensing.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Data" />
@@ -81,30 +81,30 @@
8181
</Reference>
8282
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8383
<Private>True</Private>
84-
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
84+
<HintPath>packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.Helpers.dll</HintPath>
8585
</Reference>
86-
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86+
<Reference Include="System.Web.Mvc, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8787
<Private>True</Private>
88-
<HintPath>packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
88+
<HintPath>packages\Microsoft.AspNet.Mvc.5.3.0\lib\net45\System.Web.Mvc.dll</HintPath>
8989
</Reference>
9090
<Reference Include="System.Web.Optimization">
9191
<HintPath>packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
9292
</Reference>
9393
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9494
<Private>True</Private>
95-
<HintPath>packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
95+
<HintPath>packages\Microsoft.AspNet.Razor.3.3.0\lib\net45\System.Web.Razor.dll</HintPath>
9696
</Reference>
9797
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9898
<Private>True</Private>
99-
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
99+
<HintPath>packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.dll</HintPath>
100100
</Reference>
101101
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102102
<Private>True</Private>
103-
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
103+
<HintPath>packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
104104
</Reference>
105105
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
106106
<Private>True</Private>
107-
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
107+
<HintPath>packages\Microsoft.AspNet.WebPages.3.3.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
108108
</Reference>
109109
<Reference Include="System.Xml.Linq" />
110110
<Reference Include="WebGrease">

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![.NET](https://github.com/syncfusion/ej2-showcase-aspnetmvc-expensetracker/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/ej2-showcase-aspnetmvc-expensetracker/actions/workflows/dotnet.yml)
2+
13
# ej2-showcase-aspnetmvc-expense-tracker
24

35
The expense tracker demo application showcases several Essential JS 2 components together in a real-world application scenario to track and visualize your daily expenses. You can further explore the source code of this application and use it as a reference for integrating Essential JS 2 components into your applications.

Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
</script>
3838
<script src="~/Scripts/common.data.js"></script>
39-
<script src="https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2.min.js"></script>
39+
<script src="https://cdn.syncfusion.com/ej2/30.1.37/dist/ej2.min.js"></script>
4040
</head>
4141
<div id="dialog" class="expense-dialog">
4242
</div>

Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</dependentAssembly>
4949
<dependentAssembly>
5050
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
51-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
51+
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
5252
</dependentAssembly>
5353
</assemblyBinding>
5454
</runtime>

packages.config

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net46" />
44
<package id="bootstrap" version="5.3.3" targetFramework="net46" />
55
<package id="jQuery" version="3.7.1" targetFramework="net46" />
6-
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net46" />
7-
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net46" />
6+
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net46" />
7+
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net46" />
88
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net46" />
99
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net46" />
1010
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
1111
<package id="Modernizr" version="2.6.2" targetFramework="net46" />
12-
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
12+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
1313
<package id="Respond" version="1.2.0" targetFramework="net46" />
14-
<package id="Syncfusion.EJ2.JavaScript" version="28.1.33" targetFramework="net48" />
15-
<package id="Syncfusion.EJ2.MVC5" version="28.1.33" targetFramework="net48" />
16-
<package id="Syncfusion.Licensing" version="28.1.33" targetFramework="net48" />
14+
<package id="Syncfusion.EJ2.MVC5" version="30.1.37" targetFramework="net48" />
15+
<package id="Syncfusion.Licensing" version="30.1.37" targetFramework="net48" />
1716
<package id="WebGrease" version="1.5.2" targetFramework="net46" />
1817
</packages>

0 commit comments

Comments
 (0)