diff --git a/.github/pipelines/dotnet-initialize.yml b/.github/pipelines/dotnet-initialize.yml index 7490b5eb..cf4694b3 100644 --- a/.github/pipelines/dotnet-initialize.yml +++ b/.github/pipelines/dotnet-initialize.yml @@ -14,6 +14,10 @@ steps: displayName: Use .NET SDK from global.json inputs: useGlobalJson: true + - task: UseDotNet@2 + displayName: Temporarily install .NET 9 SDK while dual targeting + inputs: + version: "9.0.x" - task: DotNetCoreCLI@2 displayName: dotnet restore inputs: