diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index ae3549ba7ed5..358ba03cb73c 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -87,7 +87,7 @@ variables: /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) # Variables for source indexing afterBuild step and job. - name: sourceIndexPackageVersion - value: 1.0.1-20221220.2 + value: 1.0.1-20230228.2 - name: sourceIndexPackageSource value: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json - group: source-dot-net stage1 variables diff --git a/global.json b/global.json index cf04e9188100..8079bda508bc 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "8.0.100-preview.2.23124.1" + "version": "8.0.100-preview.3.23127.4" }, "tools": { - "dotnet": "8.0.100-preview.2.23124.1", + "dotnet": "8.0.100-preview.3.23127.4", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"