From d999b04c3963ba704754e30e0f4fb40d91a8be07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81ach?= Date: Fri, 29 Mar 2024 12:19:01 +0100 Subject: [PATCH] [examples] update demo projects to .NET8 (#3345) --- examples/demo/Client/Examples.Client.csproj | 2 +- examples/demo/Dockerfile | 2 +- examples/demo/Service/Examples.Service.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/demo/Client/Examples.Client.csproj b/examples/demo/Client/Examples.Client.csproj index fb76edd0d4..f67f521030 100644 --- a/examples/demo/Client/Examples.Client.csproj +++ b/examples/demo/Client/Examples.Client.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable diff --git a/examples/demo/Dockerfile b/examples/demo/Dockerfile index 720b562163..ea9126b829 100644 --- a/examples/demo/Dockerfile +++ b/examples/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy +FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy # install OpenTelemetry .NET Automatic Instrumentation ARG OTEL_VERSION=1.4.0 diff --git a/examples/demo/Service/Examples.Service.csproj b/examples/demo/Service/Examples.Service.csproj index aa1b4813b7..82008da538 100644 --- a/examples/demo/Service/Examples.Service.csproj +++ b/examples/demo/Service/Examples.Service.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable