Skip to content

Commit e5f8d85

Browse files
committed
lol
1 parent 8f1bdcb commit e5f8d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ let BuildPackages (isDev: bool) =
133133
}
134134

135135
let RunPlotlyTests =
136-
stage "RunPlotlyTests" { run "dotnet ./tests/XPlot.Plotly.Tests/bin/Release/net7.0/XPlot.Plotly.Tests.dll" }
136+
stage "RunPlotlyTests" { run "dotnet ./tests/XPlot.Plotly.Tests/bin/Release/net8.0/XPlot.Plotly.Tests.dll" }
137137

138138
let PublishDevPackages =
139139
stage "PublishDevPackages" {

0 commit comments

Comments
 (0)