Skip to content

Commit

Permalink
update C# template for release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Aug 3, 2021
1 parent edf8cff commit f203e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/new-contract/csharp/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"neo.express": {
"version": "2.0.50-preview",
"version": "3.0.2",
"commands": [
"neoxp"
]
},
"neo.compiler.csharp": {
"version": "3.0.0-rc4",
"version": "3.0.0",
"commands": [
"nccs"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0-rc4" />
<PackageReference Include="Neo.SmartContract.Framework" Version="3.0.0" />
</ItemGroup>

<Target
Expand Down

0 comments on commit f203e88

Please sign in to comment.