We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d3c79d + 86cc681 commit a36a62cCopy full SHA for a36a62c
1 file changed
src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj
@@ -15,7 +15,7 @@
15
<PackageReference Include="Microsoft.EntityFrameworkCore" />
16
<PackageReference Include="Polyfill" PrivateAssets="all" />
17
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
18
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
19
<Using Include="System.Linq.Expressions" />
20
<Using Include="GraphQL.Types" />
21
<Using Include="Microsoft.EntityFrameworkCore" />
0 commit comments