Skip to content

Commit

Permalink
Disable automatic SDK references for internal tools (#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored May 5, 2020
1 parent 99b7ba7 commit 566a7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/common/internal/Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
<AutomaticallyUseReferenceAssemblyPackages>false</AutomaticallyUseReferenceAssemblyPackages>
</PropertyGroup>
<ItemGroup>
<!-- Clear references, the SDK may add some depending on UsuingToolXxx settings, but we only want to restore the following -->
Expand Down

0 comments on commit 566a7d2

Please sign in to comment.