Closed jeffdoolittle closed 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.
make run-mac - figured it out.
make run-mac
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.