|
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.6.0</Version> |
10 | | - <IsPackable>false</IsPackable> |
11 | | - <AssemblyTitle>SharpCoreDB.Benchmarks.Comparative</AssemblyTitle> |
12 | | - <AssemblyCompany>MPCoreDeveloper</AssemblyCompany> |
13 | | - <AssemblyCopyright>Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved.</AssemblyCopyright> |
14 | | - </PropertyGroup> |
15 | | - |
16 | | - <ItemGroup> |
17 | | - <PackageReference Include="BLite" Version="2.0.2" /> |
18 | | - <PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" /> |
19 | | - <PackageReference Include="LiteDB" Version="5.0.21" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" /> |
21 | | - <PackageReference Include="System.Text.Json" Version="10.0.0" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <ProjectReference Include="..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" /> |
26 | | - </ItemGroup> |
27 | | - |
28 | | -</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.6.0</Version> |
| 10 | + <IsPackable>false</IsPackable> |
| 11 | + <AssemblyTitle>SharpCoreDB.Benchmarks.Comparative</AssemblyTitle> |
| 12 | + <AssemblyCompany>MPCoreDeveloper</AssemblyCompany> |
| 13 | + <AssemblyCopyright>Copyright (c) 2026 MPCoreDeveloper and GitHub Copilot. All rights reserved.</AssemblyCopyright> |
| 14 | + </PropertyGroup> |
| 15 | + |
| 16 | + <ItemGroup> |
| 17 | + <PackageReference Include="BLite" Version="3.8.0" /> |
| 18 | + <PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" /> |
| 19 | + <PackageReference Include="LiteDB" Version="5.0.21" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" /> |
| 21 | + <PackageReference Include="System.Text.Json" Version="10.0.0" /> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | + <ItemGroup> |
| 25 | + <ProjectReference Include="..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" /> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | +</Project> |
0 commit comments