Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit a6120cb

Browse files
authored
update to .NET 6.0 & Visual Studio 2022 for developers (not exchanges and committee nodes) (#1356)
1 parent fad35a8 commit a6120cb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/en-us/develop/write/difference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes the main differences in writing smart contracts between
66

77
### .NET Core
88

9-
In Neo N3, .NET Core version has been upgraded from 3.0 to 5.0. You need to update SDK.
9+
In Neo N3, .NET Core version has been upgraded from 3.0 to 6.0. You need to update SDK.
1010

1111
### Visual Studio Extension
1212

docs/en-us/gettingstarted/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following steps are applicable to multiple system platforms, such as Windows
88

99
1. Download and install [Visual Studio Code](https://code.visualstudio.com/Download)
1010

11-
2. Download and install [.NET 5.0 SDK](https://dotnet.microsoft.com/download)
11+
2. Download and install [.NET 6.0 SDK](https://dotnet.microsoft.com/download)
1212

1313
3. Run the command line and enter the following command to check if you have installed SDK successfully.
1414

docs/en-us/node/cli/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can download and compile the Neo-CLI source directly from Github.
7272

7373
### Publishing using Visual Studio (Windows)
7474

75-
If you has Visual Studio 2019 installed on your Windows system, this way is recommended:
75+
If you has Visual Studio 2022 installed on your Windows system, this way is recommended:
7676

7777
1. In Visual Studio, open the project file neo-node.sln.
7878
2. In the Solution panel, right click `neo-cli` and select `Publish`.

docs/zh-cn/develop/write/difference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### .NET Core
88

9-
在 Neo N3 中,.NET Core 版本从 3.0 升级为 5.0,需要更新 SDK。
9+
在 Neo N3 中,.NET Core 版本从 3.0 升级为 6.0,需要更新 SDK。
1010

1111
### Visual Studio 扩展
1212

docs/zh-cn/gettingstarted/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
1. 下载并安装 [Visual Studio Code](https://code.visualstudio.com/Download)
1010

11-
2. 下载并安装 [.NET 5.0 SDK](https://dotnet.microsoft.com/download)
11+
2. 下载并安装 [.NET 6.0 SDK](https://dotnet.microsoft.com/download)
1212

1313
3. 打开系统命令行,执行命令查看是否成功安装 SDK。
1414

docs/zh-cn/node/cli/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
### 使用Visual Studio发布(仅Windows)
7373

74-
如果使用 Windows 系统且已安装 Visual Studio 2019, 推荐此方法进行发布:
74+
如果使用 Windows 系统且已安装 Visual Studio 2022, 推荐此方法进行发布:
7575

7676
1. 在 Visual Studio 中打开项目文件 neo-node.sln, 在解决方案栏中右键单击 `neo-cli`,点击`发布`
7777

tutorials/en-us/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Run the following command to build your contract:
133133
dotnet build
134134
```
135135

136-
Related contract files are outputted under `\bin\Debug\net5.0` path in the contract project directory.
136+
Related contract files are outputted under `\bin\Debug\net6.0` path in the contract project directory.
137137

138138
## Deploying the contract
139139

0 commit comments

Comments
 (0)