File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <PublishRepositoryUrl >true</PublishRepositoryUrl >
99 <MergeAnalyzerAssemblies >false</MergeAnalyzerAssemblies >
1010 <MergeAnalyzerAssemblies Condition =" '$(CI)' == 'true'" >true</MergeAnalyzerAssemblies >
11- <CustomAfterMicrosoftCSharpTargets >$(MSBuildThisFileDirectory)..\SponsorLink.targets</CustomAfterMicrosoftCSharpTargets >
11+ <CustomAfterMicrosoftCSharpTargets >$(MSBuildThisFileDirectory)..\SponsorLink.Analyzer. targets</CustomAfterMicrosoftCSharpTargets >
1212 <ImplicitUsings >disable</ImplicitUsings >
1313 <FundingPackageId >SponsorableLib</FundingPackageId >
1414 </PropertyGroup >
File renamed without changes.
Original file line number Diff line number Diff line change 3535 </ItemGroup >
3636
3737 <ItemGroup >
38- <None Include =" ..\SponsorLink.targets" Link =" SponsorLink.targets" />
38+ <None Include =" ..\SponsorLink.Analyzer. targets" Link =" SponsorLink.Analyzer .targets" />
3939 </ItemGroup >
4040
4141 <Target Name =" EmitFunding" BeforeTargets =" GenerateMSBuildEditorConfigFileShouldRun" Inputs =" $(MSBuildAllProjects)" Outputs =" $(IntermediateOutputPath)SponsorLink.g.cs" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A project can include all the necessary files by using the [dotnet-file](https:/
1313tool and sync all files to a folder, such as:
1414
1515``` shell
16- dotnet file add https://github.com/devlooped/SponsorLink/tree/main/samples/dotnet src/SponsorLink/
16+ dotnet file add https://github.com/devlooped/SponsorLink/tree/main/samples/dotnet/ src/SponsorLink/
1717```
1818
1919Including the analyzer and targets in a project involves two steps.
@@ -23,7 +23,7 @@ Including the analyzer and targets in a project involves two steps.
2323``` xml
2424 <PropertyGroup >
2525 ...
26- <CustomAfterMicrosoftCSharpTargets >$(MSBuildThisFileDirectory)..\SponsorLink\SponsorLink.targets</CustomAfterMicrosoftCSharpTargets >
26+ <CustomAfterMicrosoftCSharpTargets >$(MSBuildThisFileDirectory)..\SponsorLink\SponsorLink.Analyzer. targets</CustomAfterMicrosoftCSharpTargets >
2727 </PropertyGroup >
2828```
2929
You can’t perform that action at this time.
0 commit comments