Skip to content

Commit

Permalink
3.6.2 (#2962)
Browse files Browse the repository at this point in the history
* v3.6.2

* Use last neo.vm

---------

Co-authored-by: Shargon <[email protected]>
  • Loading branch information
superboyiii and shargon authored Nov 16, 2023
1 parent 1ae6a13 commit 61a0665
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 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-2023 The Neo Project</Copyright>
<VersionPrefix>3.6.0</VersionPrefix>
<VersionPrefix>3.6.2</VersionPrefix>
<Authors>The Neo Project</Authors>
<TargetFramework>net7.0</TargetFramework>
<PackageProjectUrl>https://github.com/neo-project/neo</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Neo/Neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.5.12" />
<PackageReference Include="Akka" Version="1.5.14" />
<PackageReference Include="BouncyCastle.NetCore" Version="2.2.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
<PackageReference Include="Neo.VM" Version="3.6.0" />
<PackageReference Include="Neo.VM" Version="3.6.2" />
<PackageReference Include="Neo.Cryptography.BLS12_381" Version="0.2.0" />
</ItemGroup>

Expand Down
4 changes: 4 additions & 0 deletions tests/Neo.Json.UnitTests/Neo.Json.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<ProjectReference Include="..\..\src\Neo.Json\Neo.Json.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" />
</ItemGroup>

</Project>
10 changes: 7 additions & 3 deletions tests/Neo.UnitTests/Neo.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.TestKit" Version="1.5.12" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.5.12" />
<PackageReference Include="Akka.TestKit" Version="1.5.14" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.5.14" />
<PackageReference Include="Moq" Version="4.20.69" />
</ItemGroup>

Expand All @@ -17,4 +17,8 @@
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" />
</ItemGroup>
</Project>

0 comments on commit 61a0665

Please sign in to comment.