File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
FirebirdSql.Data.FirebirdClient.Tests
FirebirdSql.EntityFrameworkCore.Firebird.Tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net452;netcoreapp2.0 </TargetFrameworks >
3
+ <TargetFrameworks >net452;netcoreapp2.2 </TargetFrameworks >
4
4
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
5
5
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
6
6
<SkipSourceLink >true</SkipSourceLink >
24
24
<Reference Include =" System.Transactions" />
25
25
</ItemGroup >
26
26
27
- <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp2.0 '" >
27
+ <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp2.2 '" >
28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
4
4
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
5
5
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
6
6
<SkipSourceLink >true</SkipSourceLink >
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.0 "
24
+ $testsCOREDir = " $testsBaseDir \bin\$Configuration \netcoreapp2.2 "
25
25
26
26
$startDir = $null
27
27
$firebirdProcess = $null
@@ -115,7 +115,7 @@ function Tests-EFCore() {
115
115
echo " === $ ( $MyInvocation.MyCommand.Name ) ==="
116
116
117
117
if ($FirebirdSelection -ne ' FB25' ) {
118
- cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.Tests\bin\$Configuration \netcoreapp2.0 "
118
+ cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.Tests\bin\$Configuration \netcoreapp2.2 "
119
119
Check- ExitCode { dotnet FirebirdSql.EntityFrameworkCore.Firebird.Tests.dll -- labels= All }
120
120
121
121
cd " $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests"
You can’t perform that action at this time.
0 commit comments