❔ could someone help me build this source code into a dll?
this is source code that i edited and I do not know how to successfully build it into a dll
https://github.com/master2bean/TownOfHostEdited-kirb-edit2/releases/tag/release
9 Replies
dotnet build
?
you asked how you build it
you build it by running
dotnet build
in the root of the repositorywhats the root of the repository?
where the
.csproj
and .sln
files are locatedhow do i run it into the root
do i run it into main.cs?
You open the root directory in a terminal and run
dotnet build
.As they said, run dotnet build and it will be somewhere in your bin folder. However, I’m guessing you don’t need a dll.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.