Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 546 Bytes

MarshmallowPortal

Compiling

Client

OSX

dotnet publish -c Release -p:PublishSingleFile=true -p:RuntimeIdentifier=osx.10.12-x64 -p:IncludeNativeLibrariesForSelfExtract=true The output should be in MarshmallowPortal/MarshmallowPortal.Client/bin/Release/net6.0/osx.10.12-x64/publish

Windows

dotnet publish -c Release -p:PublishSingleFile=true -p:RuntimeIdentifier=win10-x64 -p:IncludeNativeLibrariesForSelfExtract=true The output should be in MarshmallowPortal\MarshmallowPortal.Client\bin\Release\net6.0\win10-x64\publish