Skip to content

Commit 582b0eb

Browse files
committed
Fix CI.
1 parent a6268b7 commit 582b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function Invoke-Dotnet-UnitTests
349349
}
350350
@{
351351
SrcDirectory = Join-Path $SrcDir Snap.Tests
352-
Framework = "net7.0"
352+
Framework = "net9.0"
353353
OSPlatform = "Any"
354354
Skip = $IsWinX86CIBuild
355355
}

0 commit comments

Comments
 (0)