From 8febb9ac457b237c0ceb17febc7fc235829902c2 Mon Sep 17 00:00:00 2001 From: Martin-Molinero Date: Tue, 10 Dec 2024 18:49:14 -0300 Subject: [PATCH] Revert net version target (#8457) --- DockerfileLeanFoundation | 2 +- DockerfileLeanFoundationARM | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerfileLeanFoundation b/DockerfileLeanFoundation index adc007d75163..ee1271701ba6 100644 --- a/DockerfileLeanFoundation +++ b/DockerfileLeanFoundation @@ -354,4 +354,4 @@ RUN apt-get update && apt-get install -y dotnet-sdk-6.0 && \ # label definitions LABEL strict_python_version=3.11.11 LABEL python_version=3.11 -LABEL target_framework=net9.0 \ No newline at end of file +LABEL target_framework=net6.0 \ No newline at end of file diff --git a/DockerfileLeanFoundationARM b/DockerfileLeanFoundationARM index c76aee58201f..82c74ffdffc5 100644 --- a/DockerfileLeanFoundationARM +++ b/DockerfileLeanFoundationARM @@ -281,4 +281,4 @@ RUN wget https://dot.net/v1/dotnet-install.sh && \ # label definitions LABEL strict_python_version=3.11.11 LABEL python_version=3.11 -LABEL target_framework=net9.0 \ No newline at end of file +LABEL target_framework=net6.0 \ No newline at end of file