Skip to content

Commit

Permalink
Update dotnet monorepo (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
renovate[bot] and pascalberger authored Jan 15, 2025
1 parent 484ad6f commit dfc9734
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cake.Frosting.Issues.Recipe/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/frosting/net8.0-cake-git/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.404",
"version": "8.0.405",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/frosting/net8.0-git-cli/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.404",
"version": "8.0.405",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/frosting/net9.0-cake-git/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/frosting/net9.0-git-cli/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/script-runner/net8.0-cake-git/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.404",
"version": "8.0.405",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/script-runner/net8.0-git-cli/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "8.0.404",
"version": "8.0.405",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/script-runner/net9.0-cake-git/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion tests/script-runner/net9.0-git-cli/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}

0 comments on commit dfc9734

Please sign in to comment.