Skip to content

Commit f10062f

Browse files
deps: Bump BenchmarkDotNet from 0.13.2 to 0.15.8
--- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2332af0 commit f10062f

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<OutputType>Exe</OutputType>
6-
<LangVersion>14.0</LangVersion>
7-
<ImplicitUsings>enable</ImplicitUsings>
8-
<Nullable>enable</Nullable>
9-
<Version>1.5.0</Version>
10-
<IsPackable>false</IsPackable>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
15-
<PackageReference Include="System.Text.Json" Version="10.0.0" />
16-
</ItemGroup>
17-
18-
<ItemGroup>
19-
<!-- BLite for document/CRUD benchmarks -->
20-
<PackageReference Include="BLite" Version="0.9.0" />
21-
</ItemGroup>
22-
23-
<ItemGroup>
24-
<!-- Note: Zvec is Java-based; benchmarks will use process invocation or embedded evaluation -->
25-
<!-- For now, we include a placeholder; actual Zvec integration handled separately -->
26-
</ItemGroup>
27-
28-
<ItemGroup>
29-
<ProjectReference Include="..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
30-
<ProjectReference Include="..\..\..\src\SharpCoreDB.EventSourcing\SharpCoreDB.EventSourcing.csproj" />
31-
</ItemGroup>
32-
33-
<ItemGroup>
34-
<None Update="BenchmarkConfig.json">
35-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
36-
</None>
37-
</ItemGroup>
38-
39-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<OutputType>Exe</OutputType>
6+
<LangVersion>14.0</LangVersion>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
<Version>1.5.0</Version>
10+
<IsPackable>false</IsPackable>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
15+
<PackageReference Include="System.Text.Json" Version="10.0.0" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<!-- BLite for document/CRUD benchmarks -->
20+
<PackageReference Include="BLite" Version="0.9.0" />
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<!-- Note: Zvec is Java-based; benchmarks will use process invocation or embedded evaluation -->
25+
<!-- For now, we include a placeholder; actual Zvec integration handled separately -->
26+
</ItemGroup>
27+
28+
<ItemGroup>
29+
<ProjectReference Include="..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
30+
<ProjectReference Include="..\..\..\src\SharpCoreDB.EventSourcing\SharpCoreDB.EventSourcing.csproj" />
31+
</ItemGroup>
32+
33+
<ItemGroup>
34+
<None Update="BenchmarkConfig.json">
35+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
36+
</None>
37+
</ItemGroup>
38+
39+
</Project>

0 commit comments

Comments
 (0)