Skip to content

Commit

Permalink
Downgrade Sqlite to 2.1.4 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho authored and erikzhang committed Jan 9, 2019
1 parent b1311ba commit 8cecbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<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.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Neo.VM" Version="2.3.3.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.0" />
Expand Down

1 comment on commit 8cecbbc

@igormcoelho
Copy link
Contributor

@igormcoelho igormcoelho commented on 8cecbbc Jan 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like an issue in dotnet/corefx. I'm corresponding on issue dotnet/corefx#34055.

Please sign in to comment.