From dfc9734d86a4632223b1cd76dc1296c019ebe66b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:50:10 +0100 Subject: [PATCH] Update dotnet monorepo (#549) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- .appveyor.yml | 4 ++-- Cake.Frosting.Issues.Recipe/global.json | 2 +- tests/frosting/net8.0-cake-git/global.json | 2 +- tests/frosting/net8.0-git-cli/global.json | 2 +- tests/frosting/net9.0-cake-git/global.json | 2 +- tests/frosting/net9.0-git-cli/global.json | 2 +- tests/script-runner/net8.0-cake-git/global.json | 2 +- tests/script-runner/net8.0-git-cli/global.json | 2 +- tests/script-runner/net9.0-cake-git/global.json | 2 +- tests/script-runner/net9.0-git-cli/global.json | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 00b75590..12a03c82 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,8 +11,8 @@ install: - ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null - ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" - 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.404 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.101 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.405 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.102 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info - ps: Install-Product node 20 diff --git a/Cake.Frosting.Issues.Recipe/global.json b/Cake.Frosting.Issues.Recipe/global.json index 913686c4..ace79465 100644 --- a/Cake.Frosting.Issues.Recipe/global.json +++ b/Cake.Frosting.Issues.Recipe/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net8.0-cake-git/global.json b/tests/frosting/net8.0-cake-git/global.json index db28d4c7..e9c9ba5a 100644 --- a/tests/frosting/net8.0-cake-git/global.json +++ b/tests/frosting/net8.0-cake-git/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.404", + "version": "8.0.405", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net8.0-git-cli/global.json b/tests/frosting/net8.0-git-cli/global.json index db28d4c7..e9c9ba5a 100644 --- a/tests/frosting/net8.0-git-cli/global.json +++ b/tests/frosting/net8.0-git-cli/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.404", + "version": "8.0.405", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net9.0-cake-git/global.json b/tests/frosting/net9.0-cake-git/global.json index 913686c4..ace79465 100644 --- a/tests/frosting/net9.0-cake-git/global.json +++ b/tests/frosting/net9.0-cake-git/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net9.0-git-cli/global.json b/tests/frosting/net9.0-git-cli/global.json index 913686c4..ace79465 100644 --- a/tests/frosting/net9.0-git-cli/global.json +++ b/tests/frosting/net9.0-git-cli/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net8.0-cake-git/global.json b/tests/script-runner/net8.0-cake-git/global.json index db28d4c7..e9c9ba5a 100644 --- a/tests/script-runner/net8.0-cake-git/global.json +++ b/tests/script-runner/net8.0-cake-git/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.404", + "version": "8.0.405", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net8.0-git-cli/global.json b/tests/script-runner/net8.0-git-cli/global.json index db28d4c7..e9c9ba5a 100644 --- a/tests/script-runner/net8.0-git-cli/global.json +++ b/tests/script-runner/net8.0-git-cli/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.404", + "version": "8.0.405", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net9.0-cake-git/global.json b/tests/script-runner/net9.0-cake-git/global.json index 913686c4..ace79465 100644 --- a/tests/script-runner/net9.0-cake-git/global.json +++ b/tests/script-runner/net9.0-cake-git/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net9.0-git-cli/global.json b/tests/script-runner/net9.0-git-cli/global.json index 913686c4..ace79465 100644 --- a/tests/script-runner/net9.0-git-cli/global.json +++ b/tests/script-runner/net9.0-git-cli/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" } } \ No newline at end of file