We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286044a commit 9fc4d17Copy full SHA for 9fc4d17
src/DelegateDecompiler.EntityFramework.Tests/TestGroup20Relationship/Test01Include.cs
@@ -4,8 +4,11 @@
4
using DelegateDecompiler.EntityFramework.Tests.Helpers;
5
using NUnit.Framework;
6
using DelegateDecompiler.EntityFramework.Tests.EfItems;
7
+#if EF_CORE
8
+using Microsoft.EntityFrameworkCore;
9
+#else
10
using System.Data.Entity;
-using System.Collections.Generic;
11
+#endif
12
13
namespace DelegateDecompiler.EntityFramework.Tests.TestGroup05BasicFeatures
14
{
0 commit comments