Skip to content

Commit 97bf994

Browse files
committed
Updated test helpers
1 parent 01861fd commit 97bf994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrationtests/Paket.IntegrationTests/TestHelper.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let dotnetToolPath =
2121

2222
let paketToolPath =
2323
#if PAKET_NETCORE
24-
dotnetToolPath, FullName(__SOURCE_DIRECTORY__ + "../../../bin/netcoreapp2.1/paket.dll")
24+
dotnetToolPath, FullName(__SOURCE_DIRECTORY__ + "../../../bin/net8/paket.dll")
2525
#else
2626
"", FullName(__SOURCE_DIRECTORY__ + "../../../bin/net461/paket.exe")
2727
#endif
2828

2929
let paketBootstrapperToolPath =
3030
#if PAKET_NETCORE
31-
dotnetToolPath, FullName(__SOURCE_DIRECTORY__ + "../../../bin_bootstrapper/netcoreapp2.1/paket.bootstrapper.dll")
31+
dotnetToolPath, FullName(__SOURCE_DIRECTORY__ + "../../../bin_bootstrapper/net8/paket.bootstrapper.dll")
3232
#else
3333
"", FullName(__SOURCE_DIRECTORY__ + "../../../bin_bootstrapper/net461/paket.bootstrapper.exe")
3434
#endif

0 commit comments

Comments
 (0)