From e5f8d85f2a28c81f9492e0307b64d5da38817a9d Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Fri, 15 Nov 2024 01:38:09 +0000 Subject: [PATCH] lol --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index a53bcd4..b1f7c55 100644 --- a/build.fsx +++ b/build.fsx @@ -133,7 +133,7 @@ let BuildPackages (isDev: bool) = } let RunPlotlyTests = - stage "RunPlotlyTests" { run "dotnet ./tests/XPlot.Plotly.Tests/bin/Release/net7.0/XPlot.Plotly.Tests.dll" } + stage "RunPlotlyTests" { run "dotnet ./tests/XPlot.Plotly.Tests/bin/Release/net8.0/XPlot.Plotly.Tests.dll" } let PublishDevPackages = stage "PublishDevPackages" {