Skip to content

Commit 6512bc1

Browse files
committed
Include ESM files in Nuget packages
1 parent b8e27cc commit 6512bc1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

nuget.nuspec

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<license type="expression">MIT</license>
1111
<tags>Buttons Column Visibility csv excel pdf print 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
</dependencies>
1515
<contentFiles>
1616
<files include="**/*" buildAction="Content"/>
@@ -33,6 +33,22 @@
3333
<file src="js/dataTables.buttons.js" target="contentFiles\any\any\wwwroot\js"/>
3434
<file src="js/dataTables.buttons.min.js" target="content\Scripts"/>
3535
<file src="js/dataTables.buttons.min.js" target="contentFiles\any\any\wwwroot\js"/>
36+
<file src="js/buttons.colVis.min.mjs" target="content\Scripts"/>
37+
<file src="js/buttons.colVis.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
38+
<file src="js/buttons.colVis.mjs" target="content\Scripts"/>
39+
<file src="js/buttons.colVis.mjs" target="contentFiles\any\any\wwwroot\js"/>
40+
<file src="js/buttons.html5.min.mjs" target="content\Scripts"/>
41+
<file src="js/buttons.html5.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
42+
<file src="js/buttons.html5.mjs" target="content\Scripts"/>
43+
<file src="js/buttons.html5.mjs" target="contentFiles\any\any\wwwroot\js"/>
44+
<file src="js/buttons.print.min.mjs" target="content\Scripts"/>
45+
<file src="js/buttons.print.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
46+
<file src="js/buttons.print.mjs" target="content\Scripts"/>
47+
<file src="js/buttons.print.mjs" target="contentFiles\any\any\wwwroot\js"/>
48+
<file src="js/dataTables.buttons.min.mjs" target="content\Scripts"/>
49+
<file src="js/dataTables.buttons.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
50+
<file src="js/dataTables.buttons.mjs" target="content\Scripts"/>
51+
<file src="js/dataTables.buttons.mjs" target="contentFiles\any\any\wwwroot\js"/>
3652
</files>
3753
</package>
3854

0 commit comments

Comments
 (0)