Skip to content

Commit

Permalink
Update NuGets (#1080)
Browse files Browse the repository at this point in the history
* Update NuGets

* Clean BOM

* Update Neo.VM
  • Loading branch information
shargon committed Sep 2, 2019
1 parent 2da4fb1 commit 1a39203
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.3.11" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.3" />
<PackageReference Include="Akka" Version="1.3.14" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.11" />
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
<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.1.4" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00033" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00035" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 1a39203

Please sign in to comment.