Skip to content

Commit 9a6e2fe

Browse files
Changed .NET version in Razor View
1 parent 7529109 commit 9a6e2fe

File tree

1 file changed

+1
-1
lines changed
  • src/jQueryDatatableServerSideNetCore/Views/TestRegisters

1 file changed

+1
-1
lines changed

src/jQueryDatatableServerSideNetCore/Views/TestRegisters/Index.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h1>@ViewData["Title"]</h1>
99

10-
<p>A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5, <a href="https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core" target="_blank">more info here</a></p>
10+
<p>A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET, <a href="https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core" target="_blank">more info here</a></p>
1111

1212
<form id="export-to-file-form" method="POST" enctype="application/x-www-form-urlencoded">
1313
</form>

0 commit comments

Comments
 (0)