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