Skip to content

Commit 5751bd1

Browse files
committed
Include ESM files in Nuget packages
1 parent 72c94f3 commit 5751bd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuget.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<license type="expression">MIT</license>
1111
<tags>jQuery UI jQueryUI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net" version="1.12.1"/>
13+
<dependency id="datatables.net" version="2.3.2"/>
1414
<dependency id="jquery.ui" version="1.*"/>
1515
</dependencies>
1616
<contentFiles>
@@ -22,6 +22,10 @@
2222
<file src="js/dataTables.jqueryui.js" target="contentFiles\any\any\wwwroot\js"/>
2323
<file src="js/dataTables.jqueryui.min.js" target="content\Scripts"/>
2424
<file src="js/dataTables.jqueryui.min.js" target="contentFiles\any\any\wwwroot\js"/>
25+
<file src="js/dataTables.jqueryui.min.mjs" target="content\Scripts"/>
26+
<file src="js/dataTables.jqueryui.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
27+
<file src="js/dataTables.jqueryui.mjs" target="content\Scripts"/>
28+
<file src="js/dataTables.jqueryui.mjs" target="contentFiles\any\any\wwwroot\js"/>
2529
<file src="css/dataTables.jqueryui.css" target="content\Content"/>
2630
<file src="css/dataTables.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
2731
<file src="css/dataTables.jqueryui.min.css" target="content\Content"/>

0 commit comments

Comments
 (0)