We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d15196 + 2b9d7d9 commit 69f8719Copy full SHA for 69f8719
1 file changed
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.202" PrivateAssets="All"/>
+ <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments