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" {