Skip to content

Commit 0953bd6

Browse files
Update dotnet monorepo (#1073)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <[email protected]>
1 parent 5a7fbc8 commit 0953bd6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
2121
# .NET 5 required for Codecov.Tool
2222
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
23-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.405 -InstallDir $env:DOTNET_INSTALL_DIR'
24-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.102 -InstallDir $env:DOTNET_INSTALL_DIR'
23+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.406 -InstallDir $env:DOTNET_INSTALL_DIR'
24+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.200 -InstallDir $env:DOTNET_INSTALL_DIR'
2525
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
2626
- ps: dotnet --info
2727

src/Images/Dockerfile.net8-bookworm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0.405-bookworm-slim@sha256:20767713e03a4a0d1bcd09d8a8606e8b6cfb815ddf96e1a0cf2cc059b57d55c0
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0.406-bookworm-slim@sha256:a617978b6c483cf585feefa648b0d9d53c783b0cbeab59b0c06a2d807b64c4f0
22

33
RUN wget https://aka.ms/getvsdbgsh && \
44
sh getvsdbgsh -v latest -l /vsdbg

src/Images/Dockerfile.net9-bookworm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim@sha256:6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.200-bookworm-slim@sha256:7f8e8b1514a2eeccb025f1e9dd554e191b21afa7f43f8321b7bd2009cdd59a1d
22

33
RUN wget https://aka.ms/getvsdbgsh && \
44
sh getvsdbgsh -v latest -l /vsdbg

0 commit comments

Comments
 (0)