Skip to content

Commit b2c9cfa

Browse files
authored
Added support for multi targetting in NuGet package (#75)
1 parent 1f61b0e commit b2c9cfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</metadata>
2020
<files>
2121
<file src="ILRepack.Lib.MSBuild.Task.dll" target="build"/>
22-
<file src="ILRepack.Lib.MSBuild.Task.targets" target="build"/>
22+
<file src="ILRepack.Lib.MSBuild.Task.targets" target="build"/>
23+
<file src="ILRepack.Lib.MSBuild.Task.targets" target="buildCrossTargeting"/>
2324
</files>
2425
</package>

0 commit comments

Comments
 (0)