Skip to content

Commit

Permalink
Downgrade Sqlite to 2.1.4 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud8little authored and lock9 committed Sep 10, 2019
1 parent 1a39203 commit 197a6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
<!-- Check https://github.com/neo-project/neo/pull/535 before upgrade this package -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00035" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.0" />
Expand Down

0 comments on commit 197a6ec

Please sign in to comment.