Skip to content

Commit

Permalink
upgrade package references (neo-project#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao authored and Shawn committed Jan 8, 2021
1 parent de5e496 commit 0419cf5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.4.12" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.4.13" />
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.6" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.1" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00256" />
</ItemGroup>

Expand Down

0 comments on commit 0419cf5

Please sign in to comment.