Skip to content

Instantly share code, notes, and snippets.

@metavige
Created January 18, 2018 23:56
Show Gist options
  • Save metavige/3dbc1c6066f15df0542cd80d612785d4 to your computer and use it in GitHub Desktop.
Save metavige/3dbc1c6066f15df0542cd80d612785d4 to your computer and use it in GitHub Desktop.
MacOSX build dotnet for target net461
<PropertyGroup Condition=” ‘$(TargetFramework)’ == ‘net461’ “>
 <FrameworkPathOverride>/usr/local/Cellar/mono/5.4.1.6/lib/mono/4.6.1-api</FrameworkPathOverride>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment