Skip to content

Commit dcde981

Browse files
committed
refs and cleanup
1 parent 00d92c2 commit dcde981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Verify.EntityFramework/Verify.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<PackageReference Include="Verify" />
99
<PackageReference Include="Microsoft.EntityFrameworkCore" />
1010
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
11-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
11+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
1212
</ItemGroup>
1313
</Project>

src/Verify.EntityFrameworkClassic/Verify.EntityFrameworkClassic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<PackageReference Include="Verify" />
88
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
99
<PackageReference Include="System.Data.SqlClient" />
10-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" />
10+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)