aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/SourceLink.csproj.include
blob: 02ae79fb8935294532fd17b92114bd0d74987bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- Ensure that debugging of the resulting NuGet packages work (we're using SourceLink). -->
<Project>

  <ItemGroup Label="dotnet pack instructions">
    <Content Include="$(OutputPath)netstandard1.5\$(PackageId).pdb">
      <Pack>true</Pack>
      <PackagePath>lib/netstandard1.5</PackagePath>
    </Content>
    <Content Include="$(OutputPath)net45\$(PackageId).pdb">
      <Pack>true</Pack>
      <PackagePath>lib/net45</PackagePath>
    </Content>
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.7.3" PrivateAssets="all" />
  </ItemGroup>

</Project>