Skip to content

Commit

Permalink
fix csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Aug 12, 2022
1 parent a6e3398 commit 15d9fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bctklib/bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<PropertyGroup>
<NeoVersion>3.3.1</NeoVersion>
<NeoVersion>3.4.0</NeoVersion>
<!-- <NeoVersion>local</NeoVersion> -->
<NeoMonorepoPath>..\..\..\..\official\3neo-monorepo</NeoMonorepoPath>
</PropertyGroup>
Expand Down Expand Up @@ -57,8 +57,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="Neo.Cryptography.MPT" Version="3.4.0" />
<PackageReference Include="Neo.Network.RPC.RpcClient" Version="3.4.0" />
<PackageReference Include="Neo.Cryptography.MPT" Version="$(NeoVersion)" />
<PackageReference Include="Neo.Network.RPC.RpcClient" Version="$(NeoVersion)" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 15d9fe4

Please sign in to comment.