From dbd73716758e13350215da5211d3d8547b1796c3 Mon Sep 17 00:00:00 2001 From: Stuart Turner Date: Mon, 20 Jul 2026 10:59:29 -0500 Subject: [PATCH] Update dependencies --- .gitattributes | 7 +-- Directory.Packages.props | 48 +++++++++---------- .../GeneratorTests/CacheGenerationTests.cs | 1 + .../Immediate.Cache.Tests.csproj | 4 +- tests/Immediate.Cache.Tests/Utility.cs | 2 +- 5 files changed, 27 insertions(+), 35 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9a92086..0522160 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,2 @@ -# Auto detect text files and perform LF normalization +*.verified.cs text eol=lf working-tree-encoding=UTF-8 * text=auto - -*.cs diff=csharp -*.html diff=html -*.sln merge=union -*.csproj merge=union diff --git a/Directory.Packages.props b/Directory.Packages.props index 0ec48c5..d258040 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,28 +1,24 @@ true - - 9.0.17 - 10.0.9 - 11.0.0-preview.5.26302.115 - + - + - + - + @@ -31,30 +27,30 @@ - + - - - - + + + + - - - - - - + + + + + + - - - - - - + + + + + + @@ -95,7 +91,7 @@ - + diff --git a/tests/Immediate.Cache.Tests/GeneratorTests/CacheGenerationTests.cs b/tests/Immediate.Cache.Tests/GeneratorTests/CacheGenerationTests.cs index 1e97e28..5db69d5 100644 --- a/tests/Immediate.Cache.Tests/GeneratorTests/CacheGenerationTests.cs +++ b/tests/Immediate.Cache.Tests/GeneratorTests/CacheGenerationTests.cs @@ -91,6 +91,7 @@ CancellationToken token Assert.Equal( [ "Immediate.Cache.Generators/Immediate.Cache.Generators.ImmediateCacheGenerator/IC.ServiceCollectionExtensions.g.cs", + "Immediate.Handlers.Generators/Immediate.Handlers.Generators.ImmediateHandlersGenerator/IH.ServiceCollectionExtensions.g.cs", ], result.GeneratedTrees.Select(t => t.FilePath.Replace('\\', '/')) ); diff --git a/tests/Immediate.Cache.Tests/Immediate.Cache.Tests.csproj b/tests/Immediate.Cache.Tests/Immediate.Cache.Tests.csproj index 2c4ec22..104cf1f 100644 --- a/tests/Immediate.Cache.Tests/Immediate.Cache.Tests.csproj +++ b/tests/Immediate.Cache.Tests/Immediate.Cache.Tests.csproj @@ -50,9 +50,9 @@ - - diff --git a/tests/Immediate.Cache.Tests/Utility.cs b/tests/Immediate.Cache.Tests/Utility.cs index 75152e7..37841c7 100644 --- a/tests/Immediate.Cache.Tests/Utility.cs +++ b/tests/Immediate.Cache.Tests/Utility.cs @@ -25,7 +25,7 @@ internal static partial class Utility "net11.0", new PackageIdentity( "Microsoft.NETCore.App.Ref", - "11.0.0-preview.5.26302.115" + "11.0.0-preview.6.26359.118" ), Path.Combine("ref", "net11.0") );