We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b42c6d + 927e7ae commit bfbd878Copy full SHA for bfbd878
Directory.Build.props
@@ -20,6 +20,6 @@
20
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
21
</PropertyGroup>
22
<ItemGroup>
23
- <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All"/>
+ <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments