Skip to content

Commit ed784e3

Browse files
committed
Fixed v1 compilation error
1 parent 26c8d88 commit ed784e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/EntityFrameworkCore.Triggered.Tests/TriggeredDbContextFactoryTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
using Microsoft.Extensions.DependencyInjection;
1010
using Xunit;
1111

12+
#if EFCORETRIGGERED2 || EFCORETRIGGERED3
13+
1214
namespace EntityFrameworkCore.Triggered.Tests
1315
{
1416
public class TriggeredDbContextFactoryTests
@@ -76,3 +78,5 @@ public void DbContextFactory_RaisesTrigger_SharesDbContext()
7678
}
7779
}
7880
}
81+
82+
#endif

0 commit comments

Comments
 (0)