Skip to content

Commit

Permalink
updates sqlite packages to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstonis committed Oct 28, 2021
1 parent ffa7959 commit 5c7f8d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tycho/Tycho.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Encrypted' ">
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.11" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.6" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Encrypted' ">
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.11" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.0.6" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.0.7" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Encrypted' ">
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.11" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5c7f8d1

Please sign in to comment.