We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440a34a commit 915a779Copy full SHA for 915a779
Directory.Build.props
@@ -23,7 +23,7 @@
23
</PropertyGroup>
24
25
<ItemGroup>
26
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
27
</ItemGroup>
28
<Target Name="EnsureCommitShaInclusion" BeforeTargets="GenerateNuspec" Condition="'$(Configuration)' == 'Debug' And '$(SourceRevisionId)' != '' And '$(ContinuousIntegrationBuild)' == 'true'">
29
<ReadLinesFromFile File="$(RootPath)/private/BuildTargets/obj/.dtp">
0 commit comments