mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-06-20 12:20:32 +00:00
Removed V1 support
This commit is contained in:
-2
@@ -34,7 +34,6 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
|
||||
#if EFPROJECTABLES2
|
||||
[Fact]
|
||||
public Task RelationalExpression()
|
||||
{
|
||||
@@ -45,6 +44,5 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
-2
@@ -34,7 +34,6 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
|
||||
#if EFPROJECTABLES2
|
||||
[Fact]
|
||||
public Task RelationalExpression()
|
||||
{
|
||||
@@ -45,6 +44,5 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user