Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Nov 15, 2024
1 parent 8f1bdcb commit e5f8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e5f8d85

Please sign in to comment.