From 17b2570f7a2b2a8749f2518e752e5d0ab7c2a205 Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Sat, 16 Aug 2025 08:19:52 -0400 Subject: [PATCH 1/2] Update xUnit package versions to latest patch #308 Bumped xunit.v3 and xunit.runner.visualstudio in the example tests project, and xunit.v3.extensibility.core in the main project, to their latest patch versions for improved stability and compatibility. --- .../Xunit.Microsoft.DependencyInjection.ExampleTests.csproj | 4 ++-- src/Xunit.Microsoft.DependencyInjection.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 5d9be05..1d1a17a 100644 --- a/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj +++ b/examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Xunit.Microsoft.DependencyInjection.ExampleTests.csproj @@ -13,8 +13,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Xunit.Microsoft.DependencyInjection.csproj b/src/Xunit.Microsoft.DependencyInjection.csproj index 8b7d80d..b301af8 100644 --- a/src/Xunit.Microsoft.DependencyInjection.csproj +++ b/src/Xunit.Microsoft.DependencyInjection.csproj @@ -11,7 +11,7 @@ - + From 3408145956a4449b22219b46d0b7c06374975fb7 Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Sat, 16 Aug 2025 08:21:49 -0400 Subject: [PATCH 2/2] Bump Revision variable to 2 in pipeline config #308 Updated the Revision variable in azure-pipelines.yml from 1 to 2 to reflect a new build or release iteration. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a83509c..ee38c62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ variables: Major: 9 Minor: 1 - Revision: 1 + Revision: 2 BuildConfiguration: Release name: $(Major).$(Minor).$(Revision)