Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active March 26, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/a7896571fe586acbea4cfd4b10b8909c to your computer and use it in GitHub Desktop.
Save MartinZikmund/a7896571fe586acbea4cfd4b10b8909c to your computer and use it in GitHub Desktop.
Multitargeting in csproj
<Project Sdk="MSBuild.Sdk.Extras" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>xamarinmac20;xamarinios10;MonoAndroid90;net461;netstandard2.0</TargetFrameworks>
<TargetFrameworksCI>MonoAndroid80;MonoAndroid90;xamarinios10;net461;netstandard2.0;xamarinmac20</TargetFrameworksCI>
</PropertyGroup>
...
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment