Skip to content

Commit 4a76175

Browse files
Fixing build
1 parent 9aa4d74 commit 4a76175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
var filter = $"Integration={integrationTests}{logicOp}Docker={dockerLinuxTests}";
250250
test
251251
.WithFilter(filter)
252+
.WithFramework("net8.0")
252253
.Build().EnsureSuccess(buildResult => buildResult is {ExitCode: 0, Summary.FailedTests: 0});
253254
}
254255

0 commit comments

Comments
 (0)