From e2a86b869605d4b1052433ccd16fca1a5ebcd37e Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Tue, 12 Nov 2024 12:29:23 -0700 Subject: [PATCH] update to .net 9.0.100 --- .devcontainer/devcontainer.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 196ffe00..b9c3594c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ }, "features": { "ghcr.io/devcontainers/features/dotnet:2": { - "version": "9.0.100-rc.2.24474.11", + "version": "9.0.100", "additionalVersions": "8.0" }, "ghcr.io/devcontainers/features/go:1": { diff --git a/global.json b/global.json index 2c2ec83c..f15a9592 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24474.11", + "version": "9.0.100", "rollForward": "latestMinor" } } \ No newline at end of file