File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $FirebirdConfiguration = @{
21
21
$baseDir = Split-Path - Parent $PSCommandPath
22
22
$testsBaseDir = " $baseDir \src\FirebirdSql.Data.FirebirdClient.Tests"
23
23
$testsNETDir = " $testsBaseDir \bin\$Configuration \net452"
24
- $testsCOREDir = " $testsBaseDir \bin\$Configuration \netcoreapp2.2 "
24
+ $testsCOREDir = " $testsBaseDir \bin\$Configuration \netcoreapp3.0 "
25
25
26
26
$startDir = $null
27
27
$firebirdProcess = $null
@@ -118,7 +118,7 @@ function Tests-EFCore() {
118
118
echo " === $ ( $MyInvocation.MyCommand.Name ) ==="
119
119
120
120
if ($FirebirdSelection -ne ' FB25' ) {
121
- cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.Tests\bin\$Configuration \netcoreapp2.2 "
121
+ cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.Tests\bin\$Configuration \netcoreapp3.0 "
122
122
Check- ExitCode { dotnet FirebirdSql.EntityFrameworkCore.Firebird.Tests.dll -- labels= All }
123
123
124
124
cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests"
You can’t perform that action at this time.
0 commit comments