Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created April 13, 2017 19:48
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 aspyct/eb540d4b1bc5dd090cfeb5781f5389c6 to your computer and use it in GitHub Desktop.
Save aspyct/eb540d4b1bc5dd090cfeb5781f5389c6 to your computer and use it in GitHub Desktop.
Enable debugging in .netstandard libraries for Xamarin
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugType>Full</DebugType>
+ </PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment