How to build a project #274
Answered
by
snouz
squallsama
asked this question in
Q&A
-
Any information about what version of SDK I should use with this project and what steps I should perform to build ? Current readme is so vague... |
Beta Was this translation helpful? Give feedback.
Answered by
snouz
Jan 14, 2024
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
snouz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I managed yesterday to build on this project again from a new computer:
I'm currently adding the info to the README.
What I had to do: download Visual studio 2019 community, open the project file in the repo, it gave me 4 prompts to download the specific target of .NET 3.5 or change to 4.6.1, but the link the nuget has for downloading that specific target is dead, so I had to let it change my 4 repos to 4.6.1, then for each, open them and double click properties
and change the profile back to 3.5.
Then I'm able to compile with "regenerate the solution" without error
Of course make sure you don't push these change to the repo. I use github desktop, and I have to let these 4 changes …