8000 Include all projects under the src/Features folder instead of just the JsonPatch by mkArtakMSFT · Pull Request #61620 · dotnet/aspnetcore · GitHub
[go: up one dir, main page]

Skip to content

Include all projects under the src/Features folder instead of just the JsonPatch #61620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Include all projects under the src/Features folder instead of just th…
…e JsonPatch

This is required because the new JsonPatch.SystemTextJson project is also in this folder yet is not picked-up for producing the package.
  • Loading branch information
mkArtakMSFT authored Apr 22, 2025
commit 42233b74e3a02a58f3f840b83651758ee6875fb1
2 changes: 1 addition & 1 deletion eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
$(RepoRoot)src\Assets\**\*.*proj;
$(RepoRoot)src\Caching\**\*.*proj;
$(RepoRoot)src\DefaultBuilder\**\*.*proj;
$(RepoRoot)src\Features\JsonPatch\**\*.*proj;
$(RepoRoot)src\Features\**\*.*proj;
$(RepoRoot)src\DataProtection\**\*.*proj;
$(RepoRoot)src\Antiforgery\**\*.*proj;
$(RepoRoot)src\Hosting\**\*.*proj;
Expand Down
Loading
0