Skip to content

Commit 668dc4a

Browse files
update the project to v25.1.2
1 parent 342ae17 commit 668dc4a

35 files changed

+23142
-61159
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
uses: actions/checkout@v3
7474

7575
- name: Use Node.js
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
77+
with:
78+
node-version: '20'
7779

7880
- name: Restore npm cache
7981
uses: actions/cache@v3

.github/workflows/typescript.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
uses: actions/checkout@v3
4545

4646
- name: Use Node.js
47-
uses: actions/setup-node@v3
47+
uses: actions/setup-node@v4
48+
with:
49+
node-version: '20'
4850

4951
- name: Restore npm cache
5052
uses: actions/cache@v3

ASP.NET Core/ASP.NET Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<Target Name="DebugEnsureNodeEnv" BeforeTargets="BeforeBuild" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">
77
<!-- Ensure Node.js is installed -->
@@ -19,8 +19,8 @@
1919
</Target>
2020
<ItemGroup>
2121
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
22-
<PackageReference Include="DevExtreme.AspNet.Data" Version="2.*" />
23-
<PackageReference Include="DevExtreme.AspNet.Core" Version="23.1.*" />
22+
<PackageReference Include="DevExtreme.AspNet.Data" Version="5.*" />
23+
<PackageReference Include="DevExtreme.AspNet.Core" Version="24.2.*" />
2424
</ItemGroup>
2525

2626
<ProjectExtensions>

ASP.NET Core/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you need to include more features, you can uncomment one of the following sec
3131

3232
* Gantt - scripts and styles for [dxGantt](https://js.devexpress.com/DevExtreme/Guide/UI_Components/Gantt/Getting_Started_with_Gantt/).
3333
* Diagram - scripts and styles for [dxDiagram](https://js.devexpress.com/DevExtreme/Guide/UI_Components/Diagram/Getting_Started_with_Diagram/).
34-
* Export - scripts and styles for the exporting feature: [Export Data to Excel](https://js.devexpress.com/DevExtreme/Guide/UI_Components/DataGrid/Getting_Started_with_DataGrid/#Export_Data_to_Excel).
34+
* Export - scripts and styles for the exporting feature: [Export Data to Excel](https://js.devexpress.com/DevExtreme/Guide/UI_Components/DataGrid/Getting_Started_with_DataGrid/#Export_Data).
3535
* HtmlEditor - scripts and styles for [dxHtmlEditor](https://js.devexpress.com/DevExtreme/Guide/UI_Components/HtmlEditor/Overview/).
3636
* Full Bundle - scripts and styles for all above mentioned features/components.
3737

0 commit comments

Comments
 (0)