DNNCommunity / DNN.ActiveDirectory

Active Directory authentication for DNN
MIT License
26 stars 22 forks source link

Cannot Clone Repo #87

Open zsmithy44 opened 1 year ago

zsmithy44 commented 1 year ago

Describe the bug

When cloning repo to VS 2019 or 2022, the msBuildScripts will not load within the project resulting in an unloaded project which will not let you build, nor see the code.

sawest commented 1 year ago

In VS 2022 I have to install the MSBuildTasks nuget package. To install I open the project, go to Tools, NuGet Package Manager, Package Manager Console. At the command prompt type in: install-package MSBuildTasks. Once that install is complete it should build.