From 777b2595b509d364f95a9b8af12656ac0e6bcada Mon Sep 17 00:00:00 2001 From: DJGosnell Date: Wed, 29 Nov 2023 17:43:56 -0500 Subject: [PATCH] Version bump. --- src/DtronixCommon/DtronixCommon.csproj | 2 +- .../Collections/Trees/QuadTreeBenchmarks.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/DtronixCommon/DtronixCommon.csproj b/src/DtronixCommon/DtronixCommon.csproj index 6ab0f3d..3004507 100644 --- a/src/DtronixCommon/DtronixCommon.csproj +++ b/src/DtronixCommon/DtronixCommon.csproj @@ -2,7 +2,7 @@ net5.0;net6.0;net8.0; enable - 0.8.0.0 + 0.9.0.0 enable 10 Dtronix diff --git a/src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs b/src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs index 3355c50..28a7303 100644 --- a/src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs +++ b/src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs @@ -6,7 +6,6 @@ namespace DtronixCommonBenchmarks.Collections.Trees; [MemoryDiagnoser] -[Config(typeof(FastConfig))] public class QuadTreeBenchmarks {