We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3de8f3 commit 3ac2269Copy full SHA for 3ac2269
1 file changed
src/GraphQL.FluentValidation/GraphQL.FluentValidation.csproj
@@ -7,6 +7,6 @@
7
<PackageReference Include="GraphQL" />
8
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
9
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
10
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
11
</ItemGroup>
12
</Project>
0 commit comments