diff --git a/build.fsx b/build.fsx index fa478f00b0e..c3f76346c9c 100644 --- a/build.fsx +++ b/build.fsx @@ -656,7 +656,7 @@ Target.create "DotNetCoreIntegrationTests" (fun _ -> runExpecto root - "src/test/Fake.Core.IntegrationTests/bin/Release/net8.0/Fake.Core.IntegrationTests.dll" + "src/test/Fake.Core.IntegrationTests/bin/Release/net6.0/Fake.Core.IntegrationTests.dll" "Fake_Core_IntegrationTests.TestResults.xml") Target.create "TemplateIntegrationTests" (fun _ -> @@ -664,7 +664,7 @@ Target.create "TemplateIntegrationTests" (fun _ -> runExpecto targetDir - "bin/Release/net8.0/Fake.DotNet.Cli.IntegrationTests.dll" + "bin/Release/net6.0/Fake.DotNet.Cli.IntegrationTests.dll" "Fake_DotNet_Cli_IntegrationTests.TestResults.xml" Shell.rm_rf (root "test"))