From c95b96de36fa88bb7dc871d5762fc4da17b76c64 Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Thu, 15 May 2025 08:39:17 -0400 Subject: [PATCH 1/2] #294 Upgraded the SDK in the CI pipelines and the NuGet packages --- azure-pipeline-PR.yml | 2 +- azure-pipelines.yml | 2 +- ...oft.DependencyInjection.ExampleTests.csproj | 18 +++++++++--------- src/Xunit.Microsoft.DependencyInjection.csproj | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/azure-pipeline-PR.yml b/azure-pipeline-PR.yml index 476a7b9..db08c7e 100644 --- a/azure-pipeline-PR.yml +++ b/azure-pipeline-PR.yml @@ -17,7 +17,7 @@ steps: displayName: 'Use .NET 9.0 sdk' inputs: packageType: sdk - version: 9.0.203 + version: 9.0.300 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac8bd91..defdcc0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ steps: displayName: 'Use .NET 9.0 sdk' inputs: packageType: sdk - version: 9.0.203 + version: 9.0.300 installationPath: $(Agent.ToolsDirectory)/dotnet - script: echo Started restoring the source code - task: DotNetCoreCLI@2 diff --git a/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj b/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj index e3cb255..9097b30 100644 --- a/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj +++ b/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj @@ -10,10 +10,10 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -21,13 +21,13 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + + + + diff --git a/src/Xunit.Microsoft.DependencyInjection.csproj b/src/Xunit.Microsoft.DependencyInjection.csproj index b5ecfc1..5a18242 100644 --- a/src/Xunit.Microsoft.DependencyInjection.csproj +++ b/src/Xunit.Microsoft.DependencyInjection.csproj @@ -7,13 +7,13 @@ README.md - - + + - - + + - + From b159507ef22546d99aeb76dfc5d5801bc602f78e Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Thu, 15 May 2025 12:42:28 -0400 Subject: [PATCH 2/2] Upgrade NuGet packages and the SDK in the pipeline #294 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index defdcc0..99e34ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ variables: Major: 9 Minor: 0 - Revision: 4 + Revision: 5 BuildConfiguration: Release name: $(Major).$(Minor).$(Revision)