diff --git a/EnrichStream/ComponentTest/Dockerfile b/EnrichStream/ComponentTest/Dockerfile index d47e19ef..812afc49 100644 --- a/EnrichStream/ComponentTest/Dockerfile +++ b/EnrichStream/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/EnrichStream/ComponentTest/global.json b/EnrichStream/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/EnrichStream/ComponentTest/global.json +++ b/EnrichStream/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/ExternalLookup/ComponentTest/Dockerfile b/ExternalLookup/ComponentTest/Dockerfile index 995ec4fa..a890af83 100644 --- a/ExternalLookup/ComponentTest/Dockerfile +++ b/ExternalLookup/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/ExternalLookup/ComponentTest/global.json b/ExternalLookup/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/ExternalLookup/ComponentTest/global.json +++ b/ExternalLookup/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/ExternalLookup/ExternalLookupApi/Dockerfile b/ExternalLookup/ExternalLookupApi/Dockerfile index 4429c829..5ac6494d 100644 --- a/ExternalLookup/ExternalLookupApi/Dockerfile +++ b/ExternalLookup/ExternalLookupApi/Dockerfile @@ -1,7 +1,7 @@ -FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/ExternalLookup/ExternalLookupApi/ExternalLookupAPI.csproj b/ExternalLookup/ExternalLookupApi/ExternalLookupAPI.csproj index 9a983de6..99063bc2 100644 --- a/ExternalLookup/ExternalLookupApi/ExternalLookupAPI.csproj +++ b/ExternalLookup/ExternalLookupApi/ExternalLookupAPI.csproj @@ -7,7 +7,7 @@ - + diff --git a/FlinkStates/ComponentTest/Dockerfile b/FlinkStates/ComponentTest/Dockerfile index 0550b7ad..0f7607d7 100644 --- a/FlinkStates/ComponentTest/Dockerfile +++ b/FlinkStates/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/FlinkStates/ComponentTest/global.json b/FlinkStates/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/FlinkStates/ComponentTest/global.json +++ b/FlinkStates/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/JsonToAvro/ComponentTest/Dockerfile b/JsonToAvro/ComponentTest/Dockerfile index 01aa650d..d1511a5a 100644 --- a/JsonToAvro/ComponentTest/Dockerfile +++ b/JsonToAvro/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/JsonToAvro/ComponentTest/global.json b/JsonToAvro/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/JsonToAvro/ComponentTest/global.json +++ b/JsonToAvro/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/MultipleSideOutput/ComponentTest/Dockerfile b/MultipleSideOutput/ComponentTest/Dockerfile index 687d5eed..2b5af738 100644 --- a/MultipleSideOutput/ComponentTest/Dockerfile +++ b/MultipleSideOutput/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/MultipleSideOutput/ComponentTest/global.json b/MultipleSideOutput/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/MultipleSideOutput/ComponentTest/global.json +++ b/MultipleSideOutput/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/Observability/ComponentTest/Dockerfile b/Observability/ComponentTest/Dockerfile index 67fb45c4..73287877 100644 --- a/Observability/ComponentTest/Dockerfile +++ b/Observability/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/Observability/ComponentTest/global.json b/Observability/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/Observability/ComponentTest/global.json +++ b/Observability/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/SerializationErrorCatch/ComponentTest/Dockerfile b/SerializationErrorCatch/ComponentTest/Dockerfile index 6c3a9266..1e45e6bc 100644 --- a/SerializationErrorCatch/ComponentTest/Dockerfile +++ b/SerializationErrorCatch/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/SerializationErrorCatch/ComponentTest/global.json b/SerializationErrorCatch/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/SerializationErrorCatch/ComponentTest/global.json +++ b/SerializationErrorCatch/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/TransformAndStore/ComponentTest/Dockerfile b/TransformAndStore/ComponentTest/Dockerfile index 1da973b4..ab8abf00 100644 --- a/TransformAndStore/ComponentTest/Dockerfile +++ b/TransformAndStore/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/TransformAndStore/ComponentTest/global.json b/TransformAndStore/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/TransformAndStore/ComponentTest/global.json +++ b/TransformAndStore/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/TumblingWindow/ComponentTest/Dockerfile b/TumblingWindow/ComponentTest/Dockerfile index a8d86700..22d82b97 100644 --- a/TumblingWindow/ComponentTest/Dockerfile +++ b/TumblingWindow/ComponentTest/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /src COPY "NuGet-CI.Config" "NuGet.Config" diff --git a/TumblingWindow/ComponentTest/global.json b/TumblingWindow/ComponentTest/global.json index d5f0e6ff..f7fb55b4 100644 --- a/TumblingWindow/ComponentTest/global.json +++ b/TumblingWindow/ComponentTest/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.417", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false }