diff --git a/.appveyor.yml b/.appveyor.yml index a8e9e63f..67ea8d62 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,9 +11,9 @@ 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 6.0.422 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.409 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.300 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.425 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.410 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.401 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info diff --git a/global.json b/global.json index aa185890..fb43bdf0 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.300", + "version": "8.0.401", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net6.0/global.json b/tests/frosting/net6.0/global.json index 1dea3760..b1256f62 100644 --- a/tests/frosting/net6.0/global.json +++ b/tests/frosting/net6.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "6.0.422", + "version": "6.0.425", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net7.0/global.json b/tests/frosting/net7.0/global.json index 9cf9f7a7..33bedcd2 100644 --- a/tests/frosting/net7.0/global.json +++ b/tests/frosting/net7.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.409", + "version": "7.0.410", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net8.0/global.json b/tests/frosting/net8.0/global.json index aa185890..fb43bdf0 100644 --- a/tests/frosting/net8.0/global.json +++ b/tests/frosting/net8.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.300", + "version": "8.0.401", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net6.0/global.json b/tests/script-runner/net6.0/global.json index 1dea3760..b1256f62 100644 --- a/tests/script-runner/net6.0/global.json +++ b/tests/script-runner/net6.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "6.0.422", + "version": "6.0.425", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net7.0/global.json b/tests/script-runner/net7.0/global.json index 9cf9f7a7..33bedcd2 100644 --- a/tests/script-runner/net7.0/global.json +++ b/tests/script-runner/net7.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.409", + "version": "7.0.410", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net8.0/global.json b/tests/script-runner/net8.0/global.json index aa185890..fb43bdf0 100644 --- a/tests/script-runner/net8.0/global.json +++ b/tests/script-runner/net8.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "8.0.300", + "version": "8.0.401", "rollForward": "latestFeature" } } \ No newline at end of file