Skip to content

Commit 88a585b

Browse files
authored
Merge pull request #1905 from mbdavid/corruption_test
Corruption test
2 parents fcffb69 + 26bdeb6 commit 88a585b

File tree

11 files changed

+795
-19
lines changed

11 files changed

+795
-19
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<ProjectReference Include="..\LiteDB\LiteDB.csproj" />
10+
</ItemGroup>
11+
12+
</Project>

0 commit comments

Comments
 (0)