fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
20 stars 4 forks source link

Question: How to pack the build on Mac? #146

Open iegik opened 2 years ago

iegik commented 2 years ago

I want to create CivOne.app for Mac to launch separately.

I've tried:

nuget update -self
dotnet nuget locals all --clear
dotnet build --framework=net5.0 # freezed

Links: