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 24b8bed commit 4b6e5e3Copy full SHA for 4b6e5e3
1 file changed
src/DiffEngine/DiffEngine.csproj
@@ -14,7 +14,7 @@
14
<Using Include="System.Net.Sockets" />
15
<Using Include="EmptyFiles" />
16
<Using Include="System.ReadOnlySpan<System.Char>" Alias="CharSpan" />
17
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
18
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation"
19
Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
20
<PackageReference Include="EmptyFiles" PrivateAssets="None" />
0 commit comments