Skip to content

Commit

Permalink
3.0.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Apr 15, 2020
1 parent bf16df9 commit 6f65e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>2015-2019 The Neo Project</Copyright>
<AssemblyTitle>Neo</AssemblyTitle>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<VersionSuffix>preview2-00</VersionSuffix>
<Authors>The Neo Project</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.1" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00214" />
<PackageReference Include="Neo.VM" Version="3.0.0-preview2" />
</ItemGroup>

</Project>

0 comments on commit 6f65e17

Please sign in to comment.