diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 151f0a9e0..48c066480 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:1": {}, "ghcr.io/devcontainers/features/dotnet": { - "version": "6.0.414" + "version": "6.0.415" }, "ghcr.io/devcontainers/features/node:1": { "version": "16" diff --git a/src/Misc/contentHash/dotnetRuntime/linux-arm b/src/Misc/contentHash/dotnetRuntime/linux-arm index 9c49686d8..c750b23ed 100644 --- a/src/Misc/contentHash/dotnetRuntime/linux-arm +++ b/src/Misc/contentHash/dotnetRuntime/linux-arm @@ -1 +1 @@ -7539d33c35b0bc94ee67e3c0de1a6bac5ef89ce8e8efaa110131fa0520a54fb4 \ No newline at end of file +531b31914e525ecb12cc5526415bc70a112ebc818f877347af1a231011f539c5 \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/linux-arm64 b/src/Misc/contentHash/dotnetRuntime/linux-arm64 index b249cc0c3..3380d9dcb 100644 --- a/src/Misc/contentHash/dotnetRuntime/linux-arm64 +++ b/src/Misc/contentHash/dotnetRuntime/linux-arm64 @@ -1 +1 @@ -d71a31f9a17e1a41d6e1edea596edfa68a0db5948ed160e86f2154a547f4dd10 \ No newline at end of file +722dd5fa5ecc207fcccf67f6e502d689f2119d8117beff2041618fba17dc66a4 \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/linux-x64 b/src/Misc/contentHash/dotnetRuntime/linux-x64 index bfadedbc0..b2f1fc1a7 100644 --- a/src/Misc/contentHash/dotnetRuntime/linux-x64 +++ b/src/Misc/contentHash/dotnetRuntime/linux-x64 @@ -1 +1 @@ -3c2f700d8a995efe7895614ee07d9c7880f872d214b45983ad6163e1931870ab \ No newline at end of file +8ca75c76e15ab9dc7fe49a66c5c74e171e7fabd5d26546fda8931bd11bff30f9 \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/osx-arm64 b/src/Misc/contentHash/dotnetRuntime/osx-arm64 index 05dd69b30..783fa8b55 100644 --- a/src/Misc/contentHash/dotnetRuntime/osx-arm64 +++ b/src/Misc/contentHash/dotnetRuntime/osx-arm64 @@ -1 +1 @@ -b2d85c95ecad13d352f4c7d31c64dbb0d9c6381b48fa5874c4c72a43a025a8a1 \ No newline at end of file +70496eb1c99b39b3373b5088c95a35ebbaac1098e6c47c8aab94771f3ffbf501 \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/osx-x64 b/src/Misc/contentHash/dotnetRuntime/osx-x64 index d6b3f380e..f59327329 100644 --- a/src/Misc/contentHash/dotnetRuntime/osx-x64 +++ b/src/Misc/contentHash/dotnetRuntime/osx-x64 @@ -1 +1 @@ -417d835c1a108619886b4bb5d25988cb6c138eb7b4c00320b1d9455c5630bff9 \ No newline at end of file +4f8d48727d535daabcaec814e0dafb271c10625366c78e7e022ca7477a73023f \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/win-arm64 b/src/Misc/contentHash/dotnetRuntime/win-arm64 index d9ab17e26..d050cb89e 100644 --- a/src/Misc/contentHash/dotnetRuntime/win-arm64 +++ b/src/Misc/contentHash/dotnetRuntime/win-arm64 @@ -1 +1 @@ -8f35aaecfb53426ea10816442e23065142bab9dd0fb712a29e0fc471d13c44ac \ No newline at end of file +d54d7428f2b9200a0030365a6a4e174e30a1b29b922f8254dffb2924bd09549d \ No newline at end of file diff --git a/src/Misc/contentHash/dotnetRuntime/win-x64 b/src/Misc/contentHash/dotnetRuntime/win-x64 index 0c85041b6..881293ccb 100644 --- a/src/Misc/contentHash/dotnetRuntime/win-x64 +++ b/src/Misc/contentHash/dotnetRuntime/win-x64 @@ -1 +1 @@ -811c7debdfc54d074385b063b83c997e5360c8a9160cd20fe777713968370063 \ No newline at end of file +eaa939c45307f46b7003902255b3a2a09287215d710984107667e03ac493eb26 \ No newline at end of file diff --git a/src/Misc/runnerdotnetruntimeassets b/src/Misc/runnerdotnetruntimeassets index ba46f54bd..3d9d1ea0a 100644 --- a/src/Misc/runnerdotnetruntimeassets +++ b/src/Misc/runnerdotnetruntimeassets @@ -77,6 +77,7 @@ mscordaccore_arm64_arm64_6.0.522.21309.dll mscordaccore_amd64_amd64_6.0.1322.58009.dll mscordaccore_amd64_amd64_6.0.2023.32017.dll mscordaccore_amd64_amd64_6.0.2223.42425.dll +mscordaccore_amd64_amd64_6.0.2323.48002.dll mscordbi.dll mscorlib.dll mscorrc.debug.dll diff --git a/src/dev.sh b/src/dev.sh index df2312817..6a339753d 100755 --- a/src/dev.sh +++ b/src/dev.sh @@ -22,7 +22,7 @@ DOWNLOAD_DIR="$SCRIPT_DIR/../_downloads/netcore2x" PACKAGE_DIR="$SCRIPT_DIR/../_package" PACKAGE_TRIMS_DIR="$SCRIPT_DIR/../_package_trims" DOTNETSDK_ROOT="$SCRIPT_DIR/../_dotnetsdk" -DOTNETSDK_VERSION="6.0.414" +DOTNETSDK_VERSION="6.0.415" DOTNETSDK_INSTALLDIR="$DOTNETSDK_ROOT/$DOTNETSDK_VERSION" RUNNER_VERSION=$(cat runnerversion) diff --git a/src/global.json b/src/global.json index 2ea7e46ca..1c3ec6209 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.414" + "version": "6.0.415" } }