Skip to content

Commit

Permalink
Simplify ThisAssembly.Project dependencies
Browse files Browse the repository at this point in the history
It's now akin to AssemblyInfo/Git/Vsix, with no code in itself.
  • Loading branch information
kzu committed Nov 8, 2024
1 parent a6d48ec commit 09936ac
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,14 @@ C#:
</Description>
</PropertyGroup>

<PropertyGroup Label="SponsorLink">
<CustomAfterMicrosoftCSharpTargets>$(MSBuildThisFileDirectory)..\SponsorLink\SponsorLink.Analyzer.targets</CustomAfterMicrosoftCSharpTargets>
<FundingPackageId>ThisAssembly;$(PackageId)</FundingPackageId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />

<PackageReference Include="Scriban" Version="5.10.0" Pack="false" IncludeAssets="build" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />

<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ThisAssembly.Constants\ThisAssembly.Constants.csproj" />
</ItemGroup>

<Target Name="VerifySponsorLink" AfterTargets="Build">
<Error Condition="'$(SponsorLinkImported)' != 'true'" Text="SponsorLink was not imported." />
</Target>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />

</Project>

0 comments on commit 09936ac

Please sign in to comment.