We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20a864 commit efdd470Copy full SHA for efdd470
src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj
@@ -24,6 +24,11 @@ SPDX-License-Identifier: MIT
24
<_SmdnProjectAssets_ImportFromLocal>true</_SmdnProjectAssets_ImportFromLocal>
25
</PropertyGroup>
26
27
+ <!-- supress recursive package reference -->
28
+ <ItemGroup>
29
+ <PackageReference Remove="$(AssemblyName)" />
30
+ </ItemGroup>
31
+
32
<PropertyGroup Label="assembly attributes">
33
<Description>A package to add DefineConstants corresponding to .NET SDK's API catalog.</Description>
34
<CopyrightYear>2022</CopyrightYear>
0 commit comments