Skip to content

Commit

Permalink
portable pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Feb 14, 2020
1 parent f2a0ed7 commit c63fed3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
<NoStdLib>false</NoStdLib>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
Expand Down Expand Up @@ -691,7 +692,7 @@
<PackageReference Include="Analogy.LogViewer.IISLogsProvider" Version="1.0.2" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.1.7.3" />
<PackageReference Include="Analogy.LogViewer.KafkaProvider" Version="1.0.1" />
<PackageReference Include="Analogy.LogViewer.NLogProvider" Version="1.0.4" />
<PackageReference Include="Analogy.LogViewer.NLogProvider" Version="1.0.4.1" />
<PackageReference Include="Analogy.LogViewer.RSSReader" Version="1.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit c63fed3

Please sign in to comment.