From fe22fb80a1cbca2b4f7d09afb2d1a7363cb3ff74 Mon Sep 17 00:00:00 2001 From: Christopher Schuchardt Date: Tue, 21 Jan 2025 06:46:55 -0500 Subject: [PATCH] [`Update`] Dotnet & Compiler Version (#3684) * Updated Dotnet version and enforced it Changed compiler to latest Disabled warning in brenchmarks * Update benchmarks/Directory.Build.props * Update Directory.Build.props --------- Co-authored-by: Shargon --- .devcontainer/devcontainer.dockerfile | 2 +- benchmarks/Directory.Build.props | 1 + global.json | 2 +- tests/Directory.Build.props | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.dockerfile b/.devcontainer/devcontainer.dockerfile index d2ccf16581..9e9dd5489a 100644 --- a/.devcontainer/devcontainer.dockerfile +++ b/.devcontainer/devcontainer.dockerfile @@ -1,6 +1,6 @@ # https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md # https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags <-- this shows all images -FROM mcr.microsoft.com/dotnet/sdk:9.0.101-noble +FROM mcr.microsoft.com/dotnet/sdk:9.0.102-noble # Install the libleveldb-dev package RUN apt-get update && apt-get install -y libleveldb-dev diff --git a/benchmarks/Directory.Build.props b/benchmarks/Directory.Build.props index 8ef2d9e6bb..8da9a97283 100644 --- a/benchmarks/Directory.Build.props +++ b/benchmarks/Directory.Build.props @@ -2,6 +2,7 @@ + latest false diff --git a/global.json b/global.json index 41c9ad2ed8..13ac5fc149 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.102", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index e4089c9a68..09624646bb 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -2,7 +2,7 @@ - 12.0 + latest false false true