Skip to content

Commit 05c67b6

Browse files
committed
Updates for SourceLink
1 parent a7ddc9c commit 05c67b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PackageLibrary.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<EmbedAllSources>true</EmbedAllSources>
23+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2627
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2728
</PropertyGroup>
2829

2930
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
3132
</ItemGroup>
3233

3334
<ItemGroup>

0 commit comments

Comments
 (0)