We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1bdcb commit e5f8d85Copy full SHA for e5f8d85
build.fsx
@@ -133,7 +133,7 @@ let BuildPackages (isDev: bool) =
133
}
134
135
let RunPlotlyTests =
136
- 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" }
137
138
let PublishDevPackages =
139
stage "PublishDevPackages" {
0 commit comments