We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cacc196 + 10683b1 commit 6e5db2fCopy full SHA for 6e5db2f
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.103" PrivateAssets="All"/>
+ <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.200" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments