Skip to content

Commit db3591f

Browse files
committed
RTM of SourceLink
1 parent 5bae552 commit db3591f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Provider/src/Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2828
</PropertyGroup>
2929
<ItemGroup Condition="'$(SkipSourceLink)'!='true'">
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
31+
<PrivateAssets>all</PrivateAssets>
32+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
33+
</PackageReference>
3134
</ItemGroup>
3235
</Project>

0 commit comments

Comments
 (0)