countincognito / Zametek.ProjectPlan

A basic desktop alternative to Microsoft Project to help automate project design.
BSD 2-Clause "Simplified" License
176 stars 47 forks source link

Run on MacOS #36

Closed jeffdoolittle closed 2 years ago

jeffdoolittle commented 2 years ago

dotnet run in the src/Zametek.Shell.ProjectPlan folder results in the following on MacOS:

/usr/local/share/dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows desktop applications. [/Users/jeff/projects/Zametek.ProjectPlan/src/Zametek.ViewModel.ProjectPlan/Zametek.ViewModel.ProjectPlan.csproj]
/usr/local/share/dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows desktop applications. [/Users/jeff/projects/Zametek.ProjectPlan/src/Zametek.View.ProjectPlan/Zametek.View.ProjectPlan.csproj]
/usr/local/share/dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows desktop applications. [/Users/jeff/projects/Zametek.ProjectPlan/src/nGantt.Core/nGantt.Core.csproj]
/usr/local/share/dotnet/sdk/6.0.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows desktop applications. [/Users/jeff/projects/Zametek.ProjectPlan/src/Zametek.Shell.ProjectPlan/Zametek.Shell.ProjectPlan.csproj]

The build failed. Fix the build errors and run again.
countincognito commented 2 years ago

@jeffdoolittle I'm not sure you have pulled the latest version. The nGantt.Core and Zametek.Shell.ProjectPlan projects do not exist in v0.7.0.

Try pulling a fresh clone of the repo and see if that works. You may need to change the Output Type setting in the Zametek.ProjectPlan project.

jeffdoolittle commented 2 years ago

Will do, thanks.

jeffdoolittle commented 2 years ago

I was on master but switched to develop and it worked. Thanks!

countincognito commented 2 years ago

My bad! I forgot to merge to master.