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

Commit d1777b1

Browse files
committed
Fix .NET Core nuget package
1 parent 038c038 commit d1777b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NuGet.Core/ServiceStack.Redis.Core/servicestack.redis.core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependencies>
3333
</metadata>
3434
<files>
35-
<file src="lib/**/*.*" target="lib" />
35+
<file src="lib/**/*.*" />
3636
<file src="../../src/ServiceStack.Redis/**/*.cs" target="src" />
3737
</files>
3838
</package>

0 commit comments

Comments
 (0)