Skip to content

Commit 68c1432

Browse files
author
Nate McMaster
committed
Mark hosting packages and httpclientfactory as IsProductComponent=true
\n\nCommit migrated from dotnet/extensions@7c228f1
1 parent 751f848 commit 68c1432

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3+
4+
<PropertyGroup>
5+
<IsProductComponent>true</IsProductComponent>
6+
</PropertyGroup>
7+
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3+
4+
<PropertyGroup>
5+
<IsProductComponent>true</IsProductComponent>
6+
</PropertyGroup>
7+
</Project>

0 commit comments

Comments
 (0)