Skip to content

Commit 34f0be3

Browse files
[nightly] Update .NET 11 to 11.0.100-preview.3.26203.107 (#7134)
1 parent bb6baf6 commit 34f0be3

73 files changed

Lines changed: 163 additions & 163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"aspnet|10.0|build-version": "10.0.5",
3838
"aspnet-composite|10.0|build-version": "$(aspnet|10.0|build-version)",
3939

40-
"aspnet|11.0|build-version": "11.0.0-preview.3.26176.106",
40+
"aspnet|11.0|build-version": "11.0.0-preview.3.26203.107",
4141
"aspnet-composite|11.0|build-version": "$(aspnet|11.0|build-version)",
4242

4343
"chisel|latest|build-version": "v1.4.0",
@@ -228,7 +228,7 @@
228228
"runtime|8.0|build-version": "8.0.25",
229229
"runtime|9.0|build-version": "9.0.14",
230230
"runtime|10.0|build-version": "10.0.5",
231-
"runtime|11.0|build-version": "11.0.0-preview.3.26176.106",
231+
"runtime|11.0|build-version": "11.0.0-preview.3.26203.107",
232232

233233
"sdk|8.0|build-version": "8.0.419",
234234
"sdk|8.0|product-version": "8.0.419",
@@ -257,7 +257,7 @@
257257
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
258258
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",
259259

260-
"sdk|11.0|build-version": "11.0.100-preview.3.26176.106",
260+
"sdk|11.0|build-version": "11.0.100-preview.3.26203.107",
261261
"sdk|11.0|product-version": "11.0.100-preview.3",
262262
"sdk|11.0|base-url|main": "$(dotnet|11.0|base-url|main)",
263263
"sdk|11.0|base-url|nightly": "$(dotnet|11.0|base-url|nightly)",

src/aspnet/11.0/alpine3.23-composite-extra/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-composite-extra/arm32v7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-composite-extra/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-composite/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-composite/arm32v7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-composite/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.3.26176.106 \
24+
DOTNET_VERSION=11.0.0-preview.3.26203.107 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.3.26176.106
26+
ASPNET_VERSION=11.0.0-preview.3.26203.107
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/11.0/alpine3.23-extra/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
2020
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.3.26176.106
23+
ENV ASPNET_VERSION=11.0.0-preview.3.26203.107
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

src/aspnet/11.0/alpine3.23-extra/arm32v7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
2020
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.3.26176.106
23+
ENV ASPNET_VERSION=11.0.0-preview.3.26203.107
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

src/aspnet/11.0/alpine3.23-extra/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
7+
RUN aspnetcore_version=11.0.0-preview.3.26203.107 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26176.106 \
2020
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.3.26176.106
23+
ENV ASPNET_VERSION=11.0.0-preview.3.26203.107
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

0 commit comments

Comments
 (0)