Skip to content

Commit

Permalink
Fix version in script
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 11, 2024
1 parent b034c64 commit d3c3d5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ param(
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue' # Faster downloads with Invoke-RestMethod -- https://stackoverflow.com/a/43477248/33244


$baseDir = Split-Path -Parent $PSCommandPath

. "$baseDir\include.ps1"
Expand All @@ -29,7 +28,7 @@ $FirebirdConfiguration = @{
}
}

$frameworkVersion = 'net8.0'
$frameworkVersion = 'net9.0'
$testsBaseDir = "$baseDir\src\FirebirdSql.Data.FirebirdClient.Tests"
$testsProviderDir = "$testsBaseDir\bin\$Configuration\$frameworkVersion"

Expand Down

0 comments on commit d3c3d5c

Please sign in to comment.