Created
          October 10, 2022 13:35 
        
      - 
      
 - 
        
Save JeremyOttley/955d5e805d634fe13deb04204a89b00a to your computer and use it in GitHub Desktop.  
    OSX F# single binary
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net6.0</TargetFramework> | |
| <RuntimeIdentifier>osx-x64</RuntimeIdentifier> | |
| <PublishSingleFile>true</PublishSingleFile> | |
| <PublishReadyToRun>true</PublishReadyToRun> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Compile Include="Program.fs" /> | |
| </ItemGroup> | |
| </Project> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment