Skip to content

Commit

Permalink
Merge pull request #546 from yaakov-h/452-sourcelink
Browse files Browse the repository at this point in the history
Add SourceLink to aid consumers in debugging SteamKit.
  • Loading branch information
yaakov-h authored May 25, 2018
2 parents 49b7a11 + d18104c commit 739da42
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions SteamKit2/SteamKit2/SteamKit2.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -21,7 +21,11 @@
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>


<PropertyGroup Condition="'$(DebugType)' == 'portable'">
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
<None Remove="3rd party.txt" />
<None Remove="changes.txt" />
Expand Down Expand Up @@ -53,8 +57,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="protobuf-net" Version="2.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
<PackageReference Include="protobuf-net" Version="2.1.0" />
</ItemGroup>

</Project>

0 comments on commit 739da42

Please sign in to comment.