Skip to content

Commit

Permalink
3.0.0-rc3 (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored May 26, 2021
1 parent ef6a4e6 commit 1366e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>2015-2021 The Neo Project</Copyright>
<AssemblyTitle>Neo</AssemblyTitle>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>rc2</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>
<Authors>The Neo Project</Authors>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -26,11 +26,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.4.19" />
<PackageReference Include="Akka" Version="1.4.20" />
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.5" />
<PackageReference Include="Neo.VM" Version="3.0.0-rc2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" />
<PackageReference Include="Neo.VM" Version="3.0.0-rc3" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions tests/neo.UnitTests/neo.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.TestKit" Version="1.4.19" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.19" />
<PackageReference Include="Akka.TestKit" Version="1.4.20" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.20" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Moq" Version="4.16.1" />
Expand Down

0 comments on commit 1366e7a

Please sign in to comment.