File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
OpenTelemetry.Instrumentation.Cassandra.Tests
OpenTelemetry.Instrumentation.ConfluentKafka.Tests
OpenTelemetry.Instrumentation.StackExchangeRedis.Tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "rollForward" : " latestFeature" ,
4- "version" : " 9.0.300 "
4+ "version" : " 9.0.302 "
55 }
66}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG BUILD_SDK_VERSION=8.0
66ARG TEST_SDK_VERSION=8.0
77
88FROM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:e6748a3b3d8cea753f643cacac0e577d8c409285b3924232db1354693bdbd3d7 AS dotnet-sdk-8.0
9- FROM mcr.microsoft.com/dotnet/sdk:9.0.300 @sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
9+ FROM mcr.microsoft.com/dotnet/sdk:9.0.302 @sha256:3da7c4198dc77b50aeaf76f262ed0ac2ed324f87fba4b5b0f0bc0b4fbbf2ad93 AS dotnet-sdk-9.0
1010
1111FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
1212ARG PUBLISH_CONFIGURATION=Release
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG BUILD_SDK_VERSION=9.0
66ARG TEST_SDK_VERSION=9.0
77
88FROM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:e6748a3b3d8cea753f643cacac0e577d8c409285b3924232db1354693bdbd3d7 AS dotnet-sdk-8.0
9- FROM mcr.microsoft.com/dotnet/sdk:9.0.300 @sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
9+ FROM mcr.microsoft.com/dotnet/sdk:9.0.302 @sha256:3da7c4198dc77b50aeaf76f262ed0ac2ed324f87fba4b5b0f0bc0b4fbbf2ad93 AS dotnet-sdk-9.0
1010
1111FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
1212ARG PUBLISH_CONFIGURATION=Release
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG BUILD_SDK_VERSION=9.0
66ARG TEST_SDK_VERSION=9.0
77
88FROM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:e6748a3b3d8cea753f643cacac0e577d8c409285b3924232db1354693bdbd3d7 AS dotnet-sdk-8.0
9- FROM mcr.microsoft.com/dotnet/sdk:9.0.300 @sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
9+ FROM mcr.microsoft.com/dotnet/sdk:9.0.302 @sha256:3da7c4198dc77b50aeaf76f262ed0ac2ed324f87fba4b5b0f0bc0b4fbbf2ad93 AS dotnet-sdk-9.0
1010
1111FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
1212ARG PUBLISH_CONFIGURATION=Release
You can’t perform that action at this time.
0 commit comments