Skip to content

Commit 42233b7

Browse files
authored
Include all projects under the src/Features folder instead of just the JsonPatch
This is required because the new JsonPatch.SystemTextJson project is also in this folder yet is not picked-up for producing the package.
1 parent 364abd6 commit 42233b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
$(RepoRoot)src\Assets\**\*.*proj;
163163
$(RepoRoot)src\Caching\**\*.*proj;
164164
$(RepoRoot)src\DefaultBuilder\**\*.*proj;
165-
$(RepoRoot)src\Features\JsonPatch\**\*.*proj;
165+
$(RepoRoot)src\Features\**\*.*proj;
166166
$(RepoRoot)src\DataProtection\**\*.*proj;
167167
$(RepoRoot)src\Antiforgery\**\*.*proj;
168168
$(RepoRoot)src\Hosting\**\*.*proj;

0 commit comments

Comments
 (0)