From e9729e633ed15e8fec4502af42e12b91419cfe97 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Wed, 27 May 2026 11:05:15 -0700 Subject: [PATCH] Technology refresh: update dependencies and target frameworks - Update target frameworks from net7.0;net6.0 to net10.0;net8.0 - Update Autofac from 6.5.0 to 9.1.0 - Update Microsoft.SourceLink.GitHub from 1.1.1 to 10.0.300 - Update StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.556 - Bump version from 6.1.0 to 7.0.0 (major version bump due to Autofac update) --- default.proj | 2 +- .../Autofac.Extras.CommonServiceLocator.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default.proj b/default.proj index f51229e..61b62ad 100644 --- a/default.proj +++ b/default.proj @@ -1,7 +1,7 @@ - 6.1.0 + 7.0.0 Autofac.Extras.CommonServiceLocator Release $([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts")) diff --git a/src/Autofac.Extras.CommonServiceLocator/Autofac.Extras.CommonServiceLocator.csproj b/src/Autofac.Extras.CommonServiceLocator/Autofac.Extras.CommonServiceLocator.csproj index da7dd38..5ff7fd6 100644 --- a/src/Autofac.Extras.CommonServiceLocator/Autofac.Extras.CommonServiceLocator.csproj +++ b/src/Autofac.Extras.CommonServiceLocator/Autofac.Extras.CommonServiceLocator.csproj @@ -11,7 +11,7 @@ true en-US - net7.0;net6.0;netstandard2.1;netstandard2.0; + net10.0;net8.0;netstandard2.1;netstandard2.0; latest enable true @@ -56,12 +56,12 @@ - + - + all - + all