Compare commits

...

2 Commits

Author SHA1 Message Date
Patrick Ellis
a2cd3ef0ad Merge branch 'main' into feature/dotnetsdk-upgrade/6.0.423 2024-06-06 11:01:33 -04:00
github-actions[bot]
ac8326eb28 Upgrade dotnet sdk to v6.0.423 2024-06-03 00:22:26 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
"ghcr.io/devcontainers/features/dotnet": {
"version": "6.0.421"
"version": "6.0.423"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "16"

View File

@@ -17,7 +17,7 @@ LAYOUT_DIR="$SCRIPT_DIR/../_layout"
DOWNLOAD_DIR="$SCRIPT_DIR/../_downloads/netcore2x"
PACKAGE_DIR="$SCRIPT_DIR/../_package"
DOTNETSDK_ROOT="$SCRIPT_DIR/../_dotnetsdk"
DOTNETSDK_VERSION="6.0.421"
DOTNETSDK_VERSION="6.0.423"
DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION"
RUNNER_VERSION=$(cat runnerversion)

View File

@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.421"
"version": "6.0.423"
}
}