Skip to content

Commit a72f9b5

Browse files
committed
UnitsNet.nuspec: Fix file reference paths
1 parent f12b24d commit a72f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/UnitsNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
</metadata>
2222
<files>
2323
<file src="Artifacts\Bin\Src\AnyCPU_Release\**\UnitsNet*.dll" target="lib" />
24-
<file src="Src\**\*.cs" exclude="Src\**\obj\**\*.cs" target="src" />
24+
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
2525
</files>
2626
</package>

0 commit comments

Comments
 (0)