Created
April 13, 2017 19:48
-
-
Save aspyct/eb540d4b1bc5dd090cfeb5781f5389c6 to your computer and use it in GitHub Desktop.
Enable debugging in .netstandard libraries for Xamarin
This file contains 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
+ <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