Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9ab71a6

Browse files
committed
Fix .NET Core nuget package
1 parent 34b05f4 commit 9ab71a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.Core/ServiceStack.Text.Core/servicestack.text.core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</dependencies>
4646
</metadata>
4747
<files>
48-
<file src="lib/**/*.*" target="lib" />
48+
<file src="lib/**/*.*" />
4949
<file src="../../src/ServiceStack.Text/**/*.cs" target="src" />
5050
</files>
5151
</package>

0 commit comments

Comments
 (0)