|
1 | 1 | <Project> |
2 | 2 | <!-- For inclusion in analyzer projects that want to integrate SponsorLink --> |
3 | 3 | <!-- Import using the following property: --> |
4 | | - <!--<CustomAfterMicrosoftCSharpTargets>$(MSBuildThisFileDirectory)..\SponsorLink\SponsorLink.targets</CustomAfterMicrosoftCSharpTargets>--> |
| 4 | + <!--<CustomAfterMicrosoftCSharpTargets>$(MSBuildThisFileDirectory)..\SponsorLink\SponsorLink.Analyzer.targets</CustomAfterMicrosoftCSharpTargets>--> |
5 | 5 |
|
6 | 6 | <PropertyGroup> |
7 | 7 | <ShowSponsorLinkInProject Condition="$(ShowSponsorLinkInProject) == '' and '$(TargetFramework)' == 'netstandard2.0'">true</ShowSponsorLinkInProject> |
@@ -145,11 +145,12 @@ partial class SponsorLink |
145 | 145 | !$([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('Microsoft.CSharp', StringComparison.OrdinalIgnoreCase)) And |
146 | 146 | !$([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('System.', StringComparison.OrdinalIgnoreCase))" |
147 | 147 | /> |
148 | | - <!-- Brings in System/Microsoft.IdentityModel, System.Text.Encodings.Web, System.Text.Json --> |
| 148 | + <!-- Brings in System/Microsoft.IdentityModel, System.Text.Encodings.Web, System.Text.Json, Humanizer --> |
149 | 149 | <MergedAssemblies Include="@(ReferenceCopyLocalAssemblies)" Condition=" |
150 | 150 | $([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('System.IdentityModel', StringComparison.OrdinalIgnoreCase)) Or |
151 | 151 | $([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('Microsoft.IdentityModel', StringComparison.OrdinalIgnoreCase)) Or |
152 | | - $([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('System.Text', StringComparison.OrdinalIgnoreCase))" |
| 152 | + $([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('System.Text', StringComparison.OrdinalIgnoreCase)) Or |
| 153 | + $([MSBuild]::ValueOrDefault('%(FileName)', '').StartsWith('Humanizer', StringComparison.OrdinalIgnoreCase))" |
153 | 154 | /> |
154 | 155 | </ItemGroup> |
155 | 156 | <ItemGroup> |
|
0 commit comments