Skip to content

Commit 91fe8bf

Browse files
authored
Merge pull request #8 from TraGicCode/dependabot/dotnet_sdk/dotnet-sdk-10.0.100
Bump dotnet-sdk from 9.0.306 to 10.0.100
2 parents fca3300 + b7e277a commit 91fe8bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NServiceBus CLI Dev Container",
3-
"image": "mcr.microsoft.com/dotnet/sdk:9.0.306",
3+
"image": "mcr.microsoft.com/dotnet/sdk:10.0.100",
44
"features": {
55
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
66
},

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "9.0.306"
4+
"version": "10.0.100"
55
}
66
}

0 commit comments

Comments
 (0)