Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mark2712 authored May 19, 2023
1 parent 2e4fba9 commit 3928eff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
Для разработки использовался VS Code, язык C#
Так же нужен Download .NET 7.0
Установка через терминал:
dotnet new console --framework net7.0 --force
dotnet new console --force
dotnet new winforms --force
`dotnet new winforms --force`
Так же можно поробовать сначала через:
`dotnet new console --framework net7.0 --force` или `dotnet new console --force`


Команды в терминале для легкой сборки приложения (\bin\Debug):
dotnet run
dotnet build
`dotnet run`
`dotnet build`

Для универсальной сборки приложения под windows x64:
dotnet publish --runtime "win-x64" --configuration "Release"
`dotnet publish --runtime "win-x64" --configuration "Release"`
Так же можно попробовать собрать и под х32, хотя я не пробовал.
Готовое приложение будет находится в папке \bin\Release\net7.0-windows\win-x64

Так же можно собрать и под х32, хотя я не пробовал.

0 comments on commit 3928eff

Please sign in to comment.