You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Building-Peachpie.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ The solution consists of a set of standard MSBuild 15.0 project files. The stand
2
2
3
3
## Prerequisites
4
4
5
-
- .NET 5.0 SDK
6
-
- Visual Studio 2019 (Optional)
5
+
- .NET 9.0 SDK
6
+
- Visual Studio 2022 (Optional)
7
7
8
8
## Command Line
9
9
@@ -13,11 +13,7 @@ Build the solution or projects separately using the build command:
13
13
dotnet build
14
14
```
15
15
16
-
The build process outputs NuGet packages locally in `\.nugs\` directory. Packages are versioned with `1.0.0` version, `-dev` suffix.
17
-
18
-
## Visual Studio 2017+
19
-
20
-
Visual Studio should automatically restore NuGet packages. If this feature is disabled or not working properly, run `dotnet restore` on command line first.
16
+
The build process outputs NuGet packages locally in `\.nugs\` directory. Packages are versioned with `1.2.0` version, `-dev` suffix.
0 commit comments