Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/regenerate-third-party-notices.proj')
-rw-r--r--eng/regenerate-third-party-notices.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/regenerate-third-party-notices.proj b/eng/regenerate-third-party-notices.proj
index 994e54daa6d..011a6832c39 100644
--- a/eng/regenerate-third-party-notices.proj
+++ b/eng/regenerate-third-party-notices.proj
@@ -20,6 +20,7 @@
<TpnRepo Include="dotnet/templating" />
<TpnRepo Include="dotnet/winforms" />
<TpnRepo Include="dotnet/wpf" />
+ <TpnRepo Include="dotnet/linker" />
<!--
Additional repos that should be included but don't have any third-party-notices files:
@@ -29,7 +30,6 @@
dotnet/icu
dotnet/sdk
dotnet/windowsdesktop
- dotnet/linker
-->
<TpnRepo Condition="'%(TpnRepo.Branch)' == ''" Branch="main" />