From aafe46346ff69215134830e5b7f48d5b069c6439 Mon Sep 17 00:00:00 2001 From: MarcelRoozekrans Date: Wed, 15 Jul 2026 14:30:54 +0200 Subject: [PATCH] chore(deps): pin all floating package versions to resolved Floating ranges turn an upstream incomplete publish into a broken build the instant it lands (as Microsoft.NET.Test.Sdk 18.* did this week). Pin every float to its currently-resolved version; Renovate manages bumps explicitly from here. Version-only; dotnet build verified. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../ZeroAlloc.Authorization.AotSmoke.csproj | 2 +- .../ZeroAlloc.Authorization.Generator.Tests.csproj | 6 +++--- .../ZeroAlloc.Authorization.PackSmoke.csproj | 6 +++--- .../ZeroAlloc.Authorization.Tests.csproj | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/ZeroAlloc.Authorization.AotSmoke/ZeroAlloc.Authorization.AotSmoke.csproj b/samples/ZeroAlloc.Authorization.AotSmoke/ZeroAlloc.Authorization.AotSmoke.csproj index 6601f32..4604d47 100644 --- a/samples/ZeroAlloc.Authorization.AotSmoke/ZeroAlloc.Authorization.AotSmoke.csproj +++ b/samples/ZeroAlloc.Authorization.AotSmoke/ZeroAlloc.Authorization.AotSmoke.csproj @@ -16,7 +16,7 @@ - + all contentfiles;build diff --git a/tests/ZeroAlloc.Authorization.Generator.Tests/ZeroAlloc.Authorization.Generator.Tests.csproj b/tests/ZeroAlloc.Authorization.Generator.Tests/ZeroAlloc.Authorization.Generator.Tests.csproj index d4b5bbd..98f2985 100644 --- a/tests/ZeroAlloc.Authorization.Generator.Tests/ZeroAlloc.Authorization.Generator.Tests.csproj +++ b/tests/ZeroAlloc.Authorization.Generator.Tests/ZeroAlloc.Authorization.Generator.Tests.csproj @@ -10,9 +10,9 @@ $(NoWarn);MA0048;MA0051;MA0047;MA0002;MA0004;MA0006 - - - + + + diff --git a/tests/ZeroAlloc.Authorization.PackSmoke/ZeroAlloc.Authorization.PackSmoke.csproj b/tests/ZeroAlloc.Authorization.PackSmoke/ZeroAlloc.Authorization.PackSmoke.csproj index dcbc83b..af2d797 100644 --- a/tests/ZeroAlloc.Authorization.PackSmoke/ZeroAlloc.Authorization.PackSmoke.csproj +++ b/tests/ZeroAlloc.Authorization.PackSmoke/ZeroAlloc.Authorization.PackSmoke.csproj @@ -13,9 +13,9 @@ $(NoWarn);MA0002;MA0004;MA0006;MA0011;MA0048;MA0051;MA0074 - - - + + + diff --git a/tests/ZeroAlloc.Authorization.Tests/ZeroAlloc.Authorization.Tests.csproj b/tests/ZeroAlloc.Authorization.Tests/ZeroAlloc.Authorization.Tests.csproj index 7076d62..0aeb27d 100644 --- a/tests/ZeroAlloc.Authorization.Tests/ZeroAlloc.Authorization.Tests.csproj +++ b/tests/ZeroAlloc.Authorization.Tests/ZeroAlloc.Authorization.Tests.csproj @@ -6,11 +6,11 @@ $(NoWarn);MA0074;NU1608;NU1701;MA0002;MA0004;MA0047;MA0048 - - - - - + + + + + all contentfiles;build