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
path: root/eng
diff options
context:
space:
mode:
authorNikola Milosavljevic <nikolam@microsoft.com>2022-08-30 20:41:42 +0300
committerGitHub <noreply@github.com>2022-08-30 20:41:42 +0300
commitc027fa88d12c89414141ced2f03cd314b997d318 (patch)
treed05cc7b90ac92ec7669925a854a7406339a7a7af /eng
parent824c90228a9c5e7d7d517506ac01faf08c651bbc (diff)
Update THIRD-PARTY-NOTICES file (#74760)
* Update THIRD-PARTY-NOTICES file * Remove duplicates
Diffstat (limited to 'eng')
-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" />