Skip to content

Commit 7e72b1e

Browse files
deps: Bump ScottPlot from 5.1.57 to 5.1.58
--- updated-dependencies: - dependency-name: ScottPlot dependency-version: 5.1.58 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09303c0 commit 7e72b1e

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed
Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<ItemGroup>
4-
<ProjectReference Include="..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
5-
<ProjectReference Include="..\..\src\SharpCoreDB.Analytics\SharpCoreDB.Analytics.csproj" />
6-
<ProjectReference Include="..\..\src\SharpCoreDB.VectorSearch\SharpCoreDB.VectorSearch.csproj" />
7-
</ItemGroup>
8-
9-
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
11-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" />
12-
<PackageReference Include="Bogus" Version="35.6.5" />
13-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
14-
15-
<!-- Comparative Database Engines -->
16-
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.5" />
17-
<PackageReference Include="LiteDB" Version="6.0.0-prerelease.75" />
18-
19-
<!-- Charting and Visualization -->
20-
<PackageReference Include="ScottPlot" Version="5.1.57" />
21-
<PackageReference Include="Markdig" Version="1.1.2" />
22-
</ItemGroup>
23-
24-
<ItemGroup>
25-
<Folder Include="Comparative\" />
26-
<Folder Include="Simple\" />
27-
</ItemGroup>
28-
29-
<ItemGroup>
30-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
31-
</ItemGroup>
32-
33-
<PropertyGroup>
34-
<OutputType>Exe</OutputType>
35-
<TargetFramework>net10.0</TargetFramework>
36-
<Version>1.0.5</Version>
37-
<LangVersion>14.0</LangVersion>
38-
<ImplicitUsings>enable</ImplicitUsings>
39-
<Nullable>enable</Nullable>
40-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
41-
<!-- PublishAot disabled for benchmarks to enable reflection -->
42-
<PublishAot>false</PublishAot>
43-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44-
<ServerGarbageCollection>true</ServerGarbageCollection>
45-
<PackageReleaseNotes>v1.0.5: Benchmarks updated: age index creation, grouped inserts/updates, fixed LiteDB transaction usage.</PackageReleaseNotes>
46-
47-
<!-- Benchmark project, not a NuGet package -->
48-
<IsPackable>false</IsPackable>
49-
</PropertyGroup>
50-
51-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<ItemGroup>
4+
<ProjectReference Include="..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
5+
<ProjectReference Include="..\..\src\SharpCoreDB.Analytics\SharpCoreDB.Analytics.csproj" />
6+
<ProjectReference Include="..\..\src\SharpCoreDB.VectorSearch\SharpCoreDB.VectorSearch.csproj" />
7+
</ItemGroup>
8+
9+
<ItemGroup>
10+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
11+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" />
12+
<PackageReference Include="Bogus" Version="35.6.5" />
13+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
14+
15+
<!-- Comparative Database Engines -->
16+
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.5" />
17+
<PackageReference Include="LiteDB" Version="6.0.0-prerelease.75" />
18+
19+
<!-- Charting and Visualization -->
20+
<PackageReference Include="ScottPlot" Version="5.1.58" />
21+
<PackageReference Include="Markdig" Version="1.1.2" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<Folder Include="Comparative\" />
26+
<Folder Include="Simple\" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
31+
</ItemGroup>
32+
33+
<PropertyGroup>
34+
<OutputType>Exe</OutputType>
35+
<TargetFramework>net10.0</TargetFramework>
36+
<Version>1.0.5</Version>
37+
<LangVersion>14.0</LangVersion>
38+
<ImplicitUsings>enable</ImplicitUsings>
39+
<Nullable>enable</Nullable>
40+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
41+
<!-- PublishAot disabled for benchmarks to enable reflection -->
42+
<PublishAot>false</PublishAot>
43+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44+
<ServerGarbageCollection>true</ServerGarbageCollection>
45+
<PackageReleaseNotes>v1.0.5: Benchmarks updated: age index creation, grouped inserts/updates, fixed LiteDB transaction usage.</PackageReleaseNotes>
46+
47+
<!-- Benchmark project, not a NuGet package -->
48+
<IsPackable>false</IsPackable>
49+
</PropertyGroup>
50+
51+
</Project>

0 commit comments

Comments
 (0)