Skip to content

Commit efdd470

Browse files
committed
supress recursive package reference
1 parent d20a864 commit efdd470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ SPDX-License-Identifier: MIT
2424
<_SmdnProjectAssets_ImportFromLocal>true</_SmdnProjectAssets_ImportFromLocal>
2525
</PropertyGroup>
2626

27+
<!-- supress recursive package reference -->
28+
<ItemGroup>
29+
<PackageReference Remove="$(AssemblyName)" />
30+
</ItemGroup>
31+
2732
<PropertyGroup Label="assembly attributes">
2833
<Description>A package to add DefineConstants corresponding to .NET SDK's API catalog.</Description>
2934
<CopyrightYear>2022</CopyrightYear>

0 commit comments

Comments
 (0)