We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae552 commit db3591fCopy full SHA for db3591f
Provider/src/Directory.Build.props
@@ -27,6 +27,9 @@
27
<EmbedUntrackedSources>true</EmbedUntrackedSources>
28
</PropertyGroup>
29
<ItemGroup Condition="'$(SkipSourceLink)'!='true'">
30
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
31
+ <PrivateAssets>all</PrivateAssets>
32
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
33
+ </PackageReference>
34
</ItemGroup>
35
</Project>
0 commit comments