We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfd384 commit 229c989Copy full SHA for 229c989
build.fsx
@@ -248,10 +248,10 @@ Target "RunTests" (fun _ ->
248
})
249
250
runTest "net" "Paket.Tests" "net461"
251
- runTest "netcore" "Paket.Tests" "netcoreapp3.0"
+ runTest "netcore" "Paket.Tests" "net8"
252
253
runTest "net" "Paket.Bootstrapper.Tests" "net461"
254
- runTest "netcore" "Paket.Bootstrapper.Tests" "netcoreapp3.0"
+ runTest "netcore" "Paket.Bootstrapper.Tests" "net8"
255
)
256
257
Target "QuickTest" (fun _ ->
0 commit comments