From 71be90f76bc9f7b2b8816dd0498a3df2e8e4d317 Mon Sep 17 00:00:00 2001 From: Theaux Masquelier <43664045+Theauxm@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:51:58 -0700 Subject: [PATCH] fix: pin local dev version to 1.99.99 and use Version="1.*" range Prevents accidental resolution of unlisted 2.x packages from nuget.org by constraining cross-repo PackageReference to 1.* range. --- Directory.Build.props | 2 +- src/Trax.Effect/Trax.Effect.csproj | 2 +- .../Trax.Effect.Tests.Benchmarks.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e37712c..c953f4a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 99.99.99 + 1.99.99 diff --git a/src/Trax.Effect/Trax.Effect.csproj b/src/Trax.Effect/Trax.Effect.csproj index 021f21f..a0e0399 100644 --- a/src/Trax.Effect/Trax.Effect.csproj +++ b/src/Trax.Effect/Trax.Effect.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/Trax.Effect.Tests.Benchmarks/Trax.Effect.Tests.Benchmarks.csproj b/tests/Trax.Effect.Tests.Benchmarks/Trax.Effect.Tests.Benchmarks.csproj index 7dce1c0..3df6dac 100644 --- a/tests/Trax.Effect.Tests.Benchmarks/Trax.Effect.Tests.Benchmarks.csproj +++ b/tests/Trax.Effect.Tests.Benchmarks/Trax.Effect.Tests.Benchmarks.csproj @@ -11,7 +11,7 @@ - +