Skip to content

Commit 6468afe

Browse files
Fix Docker integration tests
Use the .NET 10 SDK to build.
1 parent db6cfc2 commit 6468afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/docker-compose.net8.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ services:
66
args:
77
PUBLISH_FRAMEWORK: net8.0
88
TEST_SDK_VERSION: "8.0"
9-
BUILD_SDK_VERSION: "9.0"
9+
BUILD_SDK_VERSION: "10.0"

build/docker-compose.net9.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ services:
66
args:
77
PUBLISH_FRAMEWORK: net9.0
88
TEST_SDK_VERSION: "9.0"
9-
BUILD_SDK_VERSION: "9.0"
9+
BUILD_SDK_VERSION: "10.0"

0 commit comments

Comments
 (0)