@@ -7,6 +7,7 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
7
7
* [ Getting Started] ( #getting-started )
8
8
* [ Releases] ( https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases )
9
9
* [ Branches] ( #branches )
10
+ * [ Dependencies] ( #dependencies )
10
11
* [ External libraries] ( #external-libraries )
11
12
* [ Testing] ( #testing )
12
13
* [ Pull requests] ( #pull-requests )
@@ -32,20 +33,34 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
32
33
| [ 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 |
33
34
| [ 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) |
34
35
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
+
35
50
## External libraries
36
51
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/ )
40
55
* [ 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/ )
42
57
43
58
## Testing
44
59
45
60
This project was developed and tested using:
46
61
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 )
49
64
50
65
## Issues
51
66
0 commit comments