Skip to content

Commit 11a634c

Browse files
authored
Update include.md
1 parent 77d718d commit 11a634c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/features/include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ctx.Customers
1414
.AlsoInclude(product => product.Supplier)
1515
.ToList();
1616
```
17-
[Try it](https://dotnetfiddle.net/MkpoSo)
17+
Try it: [NET Framework](https://dotnetfiddle.net/MkpoSo) | [NET Core](https://dotnetfiddle.net/dyWV1T)
1818

1919
### Note
2020
- If you want to include items from the same level, use [`AlsoInclude`](also-include.md)
@@ -35,7 +35,7 @@ ctx.OrderDetails
3535
.AlsoInclude(product => product.Supplier)
3636
.ToList();
3737
```
38-
[Try it](https://dotnetfiddle.net/2XJrc5)
38+
Try it: [NET Framework](https://dotnetfiddle.net/2XJrc5) | [NET Core](https://dotnetfiddle.net/5g8jcN)
3939

4040
> It's planned to remove this limitation.
4141

0 commit comments

Comments
 (0)