Skip to content

Commit f6e020d

Browse files
Fix Docker integration tests
Use the .NET 10 SDK to build.
1 parent 1ecb1b7 commit f6e020d

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
@@ -4,4 +4,4 @@ services:
44
args:
55
PUBLISH_FRAMEWORK: net8.0
66
TEST_SDK_VERSION: "8.0"
7-
BUILD_SDK_VERSION: "9.0"
7+
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
@@ -4,4 +4,4 @@ services:
44
args:
55
PUBLISH_FRAMEWORK: net9.0
66
TEST_SDK_VERSION: "9.0"
7-
BUILD_SDK_VERSION: "9.0"
7+
BUILD_SDK_VERSION: "10.0"

0 commit comments

Comments
 (0)