Skip to content

Commit a2d7ed1

Browse files
Updated README
1 parent 673096b commit a2d7ed1

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
77
* [Getting Started](#getting-started)
88
* [Releases](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases)
99
* [Branches](#branches)
10+
* [Dependencies](#dependencies)
1011
* [External libraries](#external-libraries)
1112
* [Testing](#testing)
1213
* [Pull requests](#pull-requests)
@@ -32,20 +33,34 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
3233
| [net-core-22](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22) | [1.1.1](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.1.1)<br>[1.1.0](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.1.0) | 2.2 (SDK: 2.2.202) | Latest version with .NET Core 2.2 |
3334
| [net-core-22-old](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22-old) | [1.0.0](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.0.0) | 2.2 (SDK: 2.2.202) | Old .NET Core 2.2 version (discontinued) |
3435

36+
## Dependencies
37+
38+
* [EPPlus (v6.2.3)](https://www.nuget.org/packages/EPPlus/6.2.3)
39+
* [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (v6.0.7)](https://www.nuget.org/packages/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/6.0.7)
40+
* [Microsoft.AspNetCore.Identity.EntityFrameworkCore (v6.0.7)](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity.EntityFrameworkCore/6.0.7)
41+
* [Microsoft.AspNetCore.Identity.UI (v6.0.7)](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity.UI/6.0.7)
42+
* [Microsoft.AspNetCore.Mvc.NewtonsoftJson (v6.0.7)](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.7)
43+
* [Microsoft.EntityFrameworkCore.SqlServer (v6.0.7)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer/6.0.7)
44+
* [Microsoft.EntityFrameworkCore.Tools (v6.0.7)](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/6.0.7)
45+
* [RandomGen (v1.1.6)](https://www.nuget.org/packages/RandomGen/1.1.6)
46+
* [Swashbuckle.AspNetCore (v6.5.0)](https://www.nuget.org/packages/Swashbuckle.AspNetCore/6.5.0)
47+
* [Swashbuckle.AspNetCore.Swagger (v6.5.0)](https://www.nuget.org/packages/Swashbuckle.AspNetCore.Swagger/6.5.0)
48+
* [YamlDotNet (v13.1.0)](https://www.nuget.org/packages/YamlDotNet/13.1.0)
49+
3550
## External libraries
3651

37-
* [Bootstrap (v5.2.0)](https://getbootstrap.com/)
38-
* [jQuery (v3.6.0)](https://jquery.com/)
39-
* [jQuery-datatable (v1.12.1)](https://datatables.net/)
52+
* [Bootstrap (v5.2.3)](https://getbootstrap.com/)
53+
* [jQuery (v3.6.4)](https://jquery.com/)
54+
* [jQuery-datatable (v1.13.4)](https://datatables.net/)
4055
* [datetime-moment (v1.10.21)](https://datatables.net/plug-ins/sorting/datetime-moment)
41-
* [momentjs (v2.29.1)](https://momentjs.com/)
56+
* [momentjs (v2.29.4)](https://momentjs.com/)
4257

4358
## Testing
4459

4560
This project was developed and tested using:
4661

47-
* Microsoft Visual Studio Enterpise 2022 (version 17.2.6) + GhostDoc Community VS Extension (v2021.2.21290) for generating XML Documentation
48-
* Windows 11 Pro (version 21H2) (OS build 22000.832)
62+
* Microsoft Visual Studio Enterpise 2022 (version 17.5.5) + GhostDoc Community VS Extension (v2021.2.21290) for generating XML Documentation
63+
* Windows 11 Pro (version 21H2) (OS build 22000.1936)
4964

5065
## Issues
5166

0 commit comments

Comments
 (0)