We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f238138 + f88f699 commit 7a3ed65Copy full SHA for 7a3ed65
1 file changed
Directory.Build.props
@@ -38,7 +38,7 @@
38
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
39
</PropertyGroup>
40
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
41
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="All" />
42
</ItemGroup>
43
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
44
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
0 commit comments