diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7b47a8e93..99e585a24 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24303.1", + "version": "1.1.0-beta.24303.4", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71914a5d1..adcf45ab8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade f2b2071632d5d4c46d0f904f2b0d917b1752551b - + https://github.com/dotnet/arcade-services - eaa3c6beb28f56f6e03a14380c9c5b94829fd6cf + 1dafa0baedec752ebd1dfcae5b09cc87c8117967 - + https://github.com/dotnet/arcade-services - eaa3c6beb28f56f6e03a14380c9c5b94829fd6cf + 1dafa0baedec752ebd1dfcae5b09cc87c8117967 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 42973acd3..395660f54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24303.1 + 1.1.0-beta.24303.4 diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index a78403a54..6423c125b 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -30,7 +30,7 @@ These URLs can't be composed from their base URL and version as we read them from the prep.sh and pipeline scripts, outside of MSBuild. --> - https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.105-servicing.24224.1.centos.9-x64.tar.gz - https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.105-centos.9-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.106-servicing.24278.1.centos.9-x64.tar.gz + https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.106-centos.9-x64.tar.gz diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index c598d7514..ce17211bb 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.105" + "dotnet": "8.0.106" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",