File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"features" : {
5
5
"ghcr.io/devcontainers/features/docker-in-docker:1" : {},
6
6
"ghcr.io/devcontainers/features/dotnet" : {
7
- "version" : " 8.0.406 "
7
+ "version" : " 8.0.407 "
8
8
},
9
9
"ghcr.io/devcontainers/features/node:1" : {
10
10
"version" : " 20"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ LAYOUT_DIR="$SCRIPT_DIR/../_layout"
17
17
DOWNLOAD_DIR=" $SCRIPT_DIR /../_downloads/netcore2x"
18
18
PACKAGE_DIR=" $SCRIPT_DIR /../_package"
19
19
DOTNETSDK_ROOT=" $SCRIPT_DIR /../_dotnetsdk"
20
- DOTNETSDK_VERSION=" 8.0.406 "
20
+ DOTNETSDK_VERSION=" 8.0.407 "
21
21
DOTNETSDK_INSTALLDIR=" $DOTNETSDK_ROOT /$DOTNETSDK_VERSION "
22
22
RUNNER_VERSION=$( cat runnerversion)
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.406 "
3
+ "version" : " 8.0.407 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments