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 {