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

Problem running on Mac #47

Closed jeffdoolittle closed 1 year ago

jeffdoolittle commented 1 year ago

https://github.com/countincognito/Zametek.ProjectPlan/blob/develop/src/Zametek.ProjectPlan/Zametek.ProjectPlan.csproj#L3

Needs to be "Exe" for mac

https://github.com/countincognito/Zametek.ProjectPlan/blob/develop/src/Zametek.ProjectPlan/Zametek.ProjectPlan.csproj#L7

Needs to be "osx-x64" for mac.

Is there a way to make this work for all platforms? Otherwise I have to manually make these changes whenever I want to run on mac.

jeffdoolittle commented 1 year ago

make run-mac - figured it out.