We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee202f8 commit 777b259Copy full SHA for 777b259
src/DtronixCommon/DtronixCommon.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<TargetFrameworks>net5.0;net6.0;net8.0;</TargetFrameworks>
4
<ImplicitUsings>enable</ImplicitUsings>
5
- <Version>0.8.0.0</Version>
+ <Version>0.9.0.0</Version>
6
<Nullable>enable</Nullable>
7
<LangVersion>10</LangVersion>
8
<Company>Dtronix</Company>
src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs
@@ -6,7 +6,6 @@
namespace DtronixCommonBenchmarks.Collections.Trees;
[MemoryDiagnoser]
9
-[Config(typeof(FastConfig))]
10
public class QuadTreeBenchmarks
11
{
12
0 commit comments