From d2998f315732e9f07010d4a263b4eac8f437a627 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Wed, 27 May 2026 11:08:21 -0700 Subject: [PATCH 1/2] Technology refresh: update dependencies and target frameworks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package versions: - Autofac: 6.5.0 → 9.1.0 - Microsoft.ServiceFabric: 7.1.458 → 11.0.0 - Microsoft.ServiceFabric.Actors: 4.1.458 → 8.0.0 - Microsoft.ServiceFabric.Data: 4.1.458 → 8.0.0 - Microsoft.ServiceFabric.Services: 4.1.458 → 8.0.0 - Microsoft.SourceLink.GitHub: 1.1.1 → 10.0.300 - StyleCop.Analyzers: 1.2.0-beta.435 → 1.2.0-beta.556 Bumped package version from 4.0.0 to 5.0.0 in default.proj. Test projects already target net10.0. Source project maintains netstandard2.1 and netstandard2.0 targets for Service Fabric compatibility. Autofac.Extras.DynamicProxy remains at 6.0.1 for inter-Autofac dependency coordination. --- default.proj | 2 +- .../Autofac.Integration.ServiceFabric.csproj | 14 +++++++------- .../Autofac.Integration.ServiceFabric.Test.csproj | 2 +- .../Test.Scenario.InternalsVisible.csproj | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/default.proj b/default.proj index 2b9a647..bcc92f4 100644 --- a/default.proj +++ b/default.proj @@ -1,7 +1,7 @@ - 4.0.0 + 5.0.0 Autofac.ServiceFabric Release $([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts")) diff --git a/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj b/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj index bc65409..d964680 100644 --- a/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj +++ b/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj @@ -56,7 +56,7 @@ - + all @@ -64,14 +64,14 @@ all - - - - - + + + + + all - + all diff --git a/test/Autofac.Integration.ServiceFabric.Test/Autofac.Integration.ServiceFabric.Test.csproj b/test/Autofac.Integration.ServiceFabric.Test/Autofac.Integration.ServiceFabric.Test.csproj index dc2f854..a9d428a 100644 --- a/test/Autofac.Integration.ServiceFabric.Test/Autofac.Integration.ServiceFabric.Test.csproj +++ b/test/Autofac.Integration.ServiceFabric.Test/Autofac.Integration.ServiceFabric.Test.csproj @@ -44,7 +44,7 @@ - + all diff --git a/test/Test.Scenario.InternalsVisible/Test.Scenario.InternalsVisible.csproj b/test/Test.Scenario.InternalsVisible/Test.Scenario.InternalsVisible.csproj index af676b6..547f496 100644 --- a/test/Test.Scenario.InternalsVisible/Test.Scenario.InternalsVisible.csproj +++ b/test/Test.Scenario.InternalsVisible/Test.Scenario.InternalsVisible.csproj @@ -12,10 +12,10 @@ - - - - + + + + From 8a26c31c1e043b274d4574db9ee90635835286e3 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Wed, 27 May 2026 14:20:03 -0700 Subject: [PATCH 2/2] Remove Microsoft.CodeAnalysis analyzer packages (included in .NET 10 SDK) --- .../Autofac.Integration.ServiceFabric.csproj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj b/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj index d964680..85244ca 100644 --- a/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj +++ b/src/Autofac.Integration.ServiceFabric/Autofac.Integration.ServiceFabric.csproj @@ -58,12 +58,6 @@ - - all - - - all -