diff --git a/.appveyor.yml b/.appveyor.yml index cd1ff7a0..bfcdbbbf 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.412 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.303 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.413 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.304 -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 a30898fd..94a7da21 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.303", + "version": "9.0.304", "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 a7bc3e2b..7b7d0dc4 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.412", + "version": "8.0.413", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/frosting/net9.0/global.json b/tests/frosting/net9.0/global.json index a30898fd..94a7da21 100644 --- a/tests/frosting/net9.0/global.json +++ b/tests/frosting/net9.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.303", + "version": "9.0.304", "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 a7bc3e2b..7b7d0dc4 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.412", + "version": "8.0.413", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tests/script-runner/net9.0/global.json b/tests/script-runner/net9.0/global.json index a30898fd..94a7da21 100644 --- a/tests/script-runner/net9.0/global.json +++ b/tests/script-runner/net9.0/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "9.0.303", + "version": "9.0.304", "rollForward": "latestFeature" } } \ No newline at end of file