We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f32c7b0 + fdf8d12 commit bfe6f43Copy full SHA for bfe6f43
Directory.Build.props
@@ -19,6 +19,6 @@
19
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
20
</PropertyGroup>
21
<ItemGroup>
22
- <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"/>
23
</ItemGroup>
24
</Project>
0 commit comments