Skip to content

Commit

Permalink
3.4.0 (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Aug 4, 2022
1 parent 76f9d9a commit 28ab45a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<Copyright>2015-2022 The Neo Project</Copyright>
<VersionPrefix>3.3.1</VersionPrefix>
<VersionPrefix>3.4.0</VersionPrefix>
<Authors>The Neo Project</Authors>
<TargetFramework>net6.0</TargetFramework>
<PackageProjectUrl>https://github.com/neo-project/neo</PackageProjectUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/Neo/Neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.4.39" />
<PackageReference Include="Akka" Version="1.4.40" />
<PackageReference Include="BouncyCastle.NetCore" Version="1.9.0" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.5" />
<PackageReference Include="Neo.VM" Version="3.3.1-CI00321" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.7" />
<PackageReference Include="Neo.VM" Version="3.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/Neo.UnitTests/Neo.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.TestKit" Version="1.4.39" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.39" />
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="Akka.TestKit" Version="1.4.40" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.40" />
<PackageReference Include="Moq" Version="4.18.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 28ab45a

Please sign in to comment.