File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
OpenTelemetry.Instrumentation.AspNetCore.Tests
OpenTelemetry.Instrumentation.Cassandra.Tests
OpenTelemetry.Instrumentation.ConfluentKafka.Tests
OpenTelemetry.Instrumentation.StackExchangeRedis.Tests Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
3
"rollForward" : " latestFeature" ,
4
- "version" : " 10.0.0 -preview.4.25258.110 "
4
+ "version" : " 10.0.100 -preview.5.25277.114 "
5
5
}
6
6
}
Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
18
18
<ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
19
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 10.0.0-preview.4.25258.110 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.4.25258.110 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 10.0.0-preview.5.25277.114 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0-preview.5.25277.114 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG TEST_SDK_VERSION=10.0
7
7
8
8
FROM mcr.microsoft.com/dotnet/sdk:8.0.410@sha256:b56053d0a8f4627047740941396e76cd9e7a9421c83b1d81b68f10e5019862d7 AS dotnet-sdk-8.0
9
9
FROM mcr.microsoft.com/dotnet/sdk:9.0.300@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
10
- FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.4 @sha256:0c90f5c8dfb1d4a666116cf27ea75bb081e800c6f6228a5c4a33ff32d727e254 AS dotnet-sdk-10.0
10
+ FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.5 @sha256:8a2e8c3b5215793cc7311c743595507f9f11794ab0224231e3f808485082ff5e AS dotnet-sdk-10.0
11
11
12
12
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
13
13
ARG PUBLISH_CONFIGURATION=Release
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG TEST_SDK_VERSION=10.0
7
7
8
8
FROM mcr.microsoft.com/dotnet/sdk:8.0.410@sha256:b56053d0a8f4627047740941396e76cd9e7a9421c83b1d81b68f10e5019862d7 AS dotnet-sdk-8.0
9
9
FROM mcr.microsoft.com/dotnet/sdk:9.0.300@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
10
- FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.4 @sha256:0c90f5c8dfb1d4a666116cf27ea75bb081e800c6f6228a5c4a33ff32d727e254 AS dotnet-sdk-10.0
10
+ FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.5 @sha256:8a2e8c3b5215793cc7311c743595507f9f11794ab0224231e3f808485082ff5e AS dotnet-sdk-10.0
11
11
12
12
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
13
13
ARG PUBLISH_CONFIGURATION=Release
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG TEST_SDK_VERSION=10.0
7
7
8
8
FROM mcr.microsoft.com/dotnet/sdk:8.0.410@sha256:b56053d0a8f4627047740941396e76cd9e7a9421c83b1d81b68f10e5019862d7 AS dotnet-sdk-8.0
9
9
FROM mcr.microsoft.com/dotnet/sdk:9.0.300@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
10
- FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.4 @sha256:0c90f5c8dfb1d4a666116cf27ea75bb081e800c6f6228a5c4a33ff32d727e254 AS dotnet-sdk-10.0
10
+ FROM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.5 @sha256:8a2e8c3b5215793cc7311c743595507f9f11794ab0224231e3f808485082ff5e AS dotnet-sdk-10.0
11
11
12
12
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
13
13
ARG PUBLISH_CONFIGURATION=Release
You can’t perform that action at this time.
0 commit comments