Skip to content

Commit

Permalink
Merge pull request litedb-org#1905 from mbdavid/corruption_test
Browse files Browse the repository at this point in the history
Corruption test
  • Loading branch information
mbdavid authored Dec 24, 2020
2 parents fcffb69 + 26bdeb6 commit 88a585b
Show file tree
Hide file tree
Showing 11 changed files with 795 additions and 19 deletions.
12 changes: 12 additions & 0 deletions LiteDB.CorruptionTest/CorruptionTest.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\LiteDB\LiteDB.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 88a585b

Please sign in to comment.