Skip to content

Commit 229c989

Browse files
committed
Fixed missing framework update in build.fsx
1 parent 6dfd384 commit 229c989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ Target "RunTests" (fun _ ->
248248
})
249249

250250
runTest "net" "Paket.Tests" "net461"
251-
runTest "netcore" "Paket.Tests" "netcoreapp3.0"
251+
runTest "netcore" "Paket.Tests" "net8"
252252

253253
runTest "net" "Paket.Bootstrapper.Tests" "net461"
254-
runTest "netcore" "Paket.Bootstrapper.Tests" "netcoreapp3.0"
254+
runTest "netcore" "Paket.Bootstrapper.Tests" "net8"
255255
)
256256

257257
Target "QuickTest" (fun _ ->

0 commit comments

Comments
 (0)