File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $FirebirdConfiguration = @{
2121$baseDir = Split-Path - Parent $PSCommandPath
2222$testsBaseDir = " $baseDir \src\FirebirdSql.Data.FirebirdClient.Tests"
2323$testsNETDir = " $testsBaseDir \bin\$Configuration \net452"
24- $testsCOREDir = " $testsBaseDir \bin\$Configuration \netcoreapp2.2 "
24+ $testsCOREDir = " $testsBaseDir \bin\$Configuration \netcoreapp3.0 "
2525
2626$startDir = $null
2727$firebirdProcess = $null
@@ -118,7 +118,7 @@ function Tests-EFCore() {
118118 echo " === $ ( $MyInvocation.MyCommand.Name ) ==="
119119
120120 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 "
122122 Check- ExitCode { dotnet FirebirdSql.EntityFrameworkCore.Firebird.Tests.dll -- labels= All }
123123
124124 cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests"
You can’t perform that action at this time.
0 commit comments