diff --git a/.appveyor.yml b/.appveyor.yml index 168da6847..280515441 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,8 +20,8 @@ install: - ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" # .NET 5 required for Codecov.Tool - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.406 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.200 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.407 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.201 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info diff --git a/src/Images/Dockerfile.net8-bookworm b/src/Images/Dockerfile.net8-bookworm index 8b8edc29c..57afc8407 100644 --- a/src/Images/Dockerfile.net8-bookworm +++ b/src/Images/Dockerfile.net8-bookworm @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.406-bookworm-slim@sha256:a617978b6c483cf585feefa648b0d9d53c783b0cbeab59b0c06a2d807b64c4f0 +FROM mcr.microsoft.com/dotnet/sdk:8.0.407-bookworm-slim@sha256:bf08a06451dade362de02e9b520ff4cff67295a4c6730a262648da063c535fdc RUN wget https://aka.ms/getvsdbgsh && \ sh getvsdbgsh -v latest -l /vsdbg \ No newline at end of file diff --git a/src/Images/Dockerfile.net9-bookworm b/src/Images/Dockerfile.net9-bookworm index 1bb9f7002..226cca4c3 100644 --- a/src/Images/Dockerfile.net9-bookworm +++ b/src/Images/Dockerfile.net9-bookworm @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:9.0.200-bookworm-slim@sha256:7f8e8b1514a2eeccb025f1e9dd554e191b21afa7f43f8321b7bd2009cdd59a1d +FROM mcr.microsoft.com/dotnet/sdk:9.0.201-bookworm-slim@sha256:4845ef954a33b55c1a1f5db1ac24ba6cedb1dafb7f0b6a64ebce2fabe611f0c0 RUN wget https://aka.ms/getvsdbgsh && \ sh getvsdbgsh -v latest -l /vsdbg \ No newline at end of file diff --git a/src/global.json b/src/global.json index ace79465e..8c945aca3 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.102", + "version": "9.0.200", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.GitRepository/script-runner/global.json b/tests/Cake.Issues.GitRepository/script-runner/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.GitRepository/script-runner/global.json +++ b/tests/Cake.Issues.GitRepository/script-runner/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Markdownlint/script-runner/global.json b/tests/Cake.Issues.Markdownlint/script-runner/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Markdownlint/script-runner/global.json +++ b/tests/Cake.Issues.Markdownlint/script-runner/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.MsBuild/script-runner/net8.0/global.json b/tests/Cake.Issues.MsBuild/script-runner/net8.0/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.MsBuild/script-runner/net8.0/global.json +++ b/tests/Cake.Issues.MsBuild/script-runner/net8.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.MsBuild/script-runner/net9.0/global.json b/tests/Cake.Issues.MsBuild/script-runner/net9.0/global.json index ace79465e..8c945aca3 100644 --- a/tests/Cake.Issues.MsBuild/script-runner/net9.0/global.json +++ b/tests/Cake.Issues.MsBuild/script-runner/net9.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.102", + "version": "9.0.200", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Console/frosting/net8.0/global.json b/tests/Cake.Issues.Reporting.Console/frosting/net8.0/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Console/frosting/net8.0/global.json +++ b/tests/Cake.Issues.Reporting.Console/frosting/net8.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Console/script-runner/global.json b/tests/Cake.Issues.Reporting.Console/script-runner/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Console/script-runner/global.json +++ b/tests/Cake.Issues.Reporting.Console/script-runner/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Generic/frosting/global.json b/tests/Cake.Issues.Reporting.Generic/frosting/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Generic/frosting/global.json +++ b/tests/Cake.Issues.Reporting.Generic/frosting/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Generic/script-runner/global.json b/tests/Cake.Issues.Reporting.Generic/script-runner/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Generic/script-runner/global.json +++ b/tests/Cake.Issues.Reporting.Generic/script-runner/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Sarif/frosting/net8/global.json b/tests/Cake.Issues.Reporting.Sarif/frosting/net8/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Sarif/frosting/net8/global.json +++ b/tests/Cake.Issues.Reporting.Sarif/frosting/net8/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Sarif/frosting/net9/global.json b/tests/Cake.Issues.Reporting.Sarif/frosting/net9/global.json index ace79465e..8c945aca3 100644 --- a/tests/Cake.Issues.Reporting.Sarif/frosting/net9/global.json +++ b/tests/Cake.Issues.Reporting.Sarif/frosting/net9/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.102", + "version": "9.0.200", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/Cake.Issues.Reporting.Sarif/script-runner/global.json b/tests/Cake.Issues.Reporting.Sarif/script-runner/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/Cake.Issues.Reporting.Sarif/script-runner/global.json +++ b/tests/Cake.Issues.Reporting.Sarif/script-runner/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/TestDataGenerator/global.json b/tests/TestDataGenerator/global.json index e9c9ba5a5..2c4245a8b 100644 --- a/tests/TestDataGenerator/global.json +++ b/tests/TestDataGenerator/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestFeature" } } \ No newline at end of file