Skip to content

Commit

Permalink
Merge pull request #278 from novotnyllc/dependabot/nuget/Microsoft.So…
Browse files Browse the repository at this point in the history
…urceLink.GitHub-1.1.1
  • Loading branch information
clairernovotny committed Dec 17, 2021
2 parents 71f3071 + 656816e commit 2d05497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Directory.Build.targets
Expand Up @@ -10,7 +10,7 @@
<Import Project="..\Tools\MSBuild.DevLocal.targets" Condition="'$(IsCloudBuild)' != 'true'"/>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup Condition="'$(IsCloudBuild)' == 'true' and '$(DisableNerdBank)'!='true'">
Expand Down

0 comments on commit 2d05497

Please sign in to comment.