Skip to content

Commit 4ae781a

Browse files
committed
update for neo 3.4
1 parent f02b2e2 commit 4ae781a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"scripts": {
328328
"vscode:prepublish": "npm run compile-prod && npm run bundle-nxp",
329329
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
330-
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.3.21/Neo.Express.3.3.21.nupkg\" -O deps/nxp/nxp.nupkg",
330+
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.4.18/Neo.Express.3.4.18.nupkg\" -O deps/nxp/nxp.nupkg",
331331
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
332332
"compile": "npm run compile-ext && npm run compile-panel",
333333
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",

resources/new-contract/csharp/src/$_CLASSNAME_$.csproj.template.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Neo.SmartContract.Framework" Version="3.3.0" />
11-
<PackageReference Include="Neo.BuildTasks" Version="3.3.17" PrivateAssets="all" />
10+
<PackageReference Include="Neo.SmartContract.Framework" Version="3.4.0" />
11+
<PackageReference Include="Neo.BuildTasks" Version="3.4.14" PrivateAssets="all" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)