diff --git a/azure-pipelines-pr.yml b/azure-pipelines-pr.yml
index 2c863df03f7..88206ac0baa 100644
--- a/azure-pipelines-pr.yml
+++ b/azure-pipelines-pr.yml
@@ -46,7 +46,7 @@ variables:
resources:
containers:
- container: LinuxContainer
- image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-fpm-amd64
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64
stages:
- stage: build
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0b866203b6c..816f8d0046d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,7 +29,7 @@ variables:
resources:
containers:
- container: LinuxContainer
- image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-fpm-amd64
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64
repositories:
- repository: 1ESPipelineTemplates
type: git
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 481e15d3d20..227088c7ffd 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -160,9 +160,9 @@
-
+
https://github.com/dotnet/source-build-reference-packages
- e2b1d16fd66540b3a5813ec0ac1fd166688c3e0a
+ 2bdf6b694572c45f6249c5406ae2303d678cda3f
diff --git a/eng/Versions.props b/eng/Versions.props
index 260f5915801..c9c2755033e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -26,10 +26,10 @@
2.0.0-preview.1.23470.14
2.0.0-preview.1.23470.14
- 17.8.3
- 17.8.3
- 17.8.3
- 17.8.3
+ 17.8.29
+ 17.8.29
+ 17.8.29
+ 17.8.29
2.0.3
diff --git a/global.json b/global.json
index 99cc9a5a013..17b5fef930f 100644
--- a/global.json
+++ b/global.json
@@ -1,10 +1,10 @@
{
"sdk": {
- "version": "9.0.105",
+ "version": "9.0.106",
"rollForward": "latestFeature"
},
"tools": {
- "dotnet": "9.0.105"
+ "dotnet": "9.0.106"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.7",
diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets b/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets
index fedd7157a5b..d2465a43276 100644
--- a/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets
+++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets
@@ -11,10 +11,6 @@
-
- true
-
-