File tree Expand file tree Collapse file tree
Verify.EntityFrameworkClassic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <PackageReference Include =" Verify" />
99 <PackageReference Include =" Microsoft.EntityFrameworkCore" />
1010 <PackageReference Include =" ProjectDefaults" PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.Sbom.Targets" PrivateAssets =" all" Condition =" $(Configuration)=='Release '" />
11+ <PackageReference Include =" Microsoft.Sbom.Targets" PrivateAssets =" all" Condition =" '$(CI)' == 'true '" />
1212 </ItemGroup >
1313</Project >
Original file line number Diff line number Diff line change 77 <PackageReference Include =" Verify" />
88 <PackageReference Include =" ProjectDefaults" PrivateAssets =" all" />
99 <PackageReference Include =" System.Data.SqlClient" />
10- <PackageReference Include =" Microsoft.Sbom.Targets" PrivateAssets =" all" Condition =" $(Configuration)=='Release '" />
10+ <PackageReference Include =" Microsoft.Sbom.Targets" PrivateAssets =" all" Condition =" '$(CI)' == 'true '" />
1111 </ItemGroup >
1212</Project >
You can’t perform that action at this time.
0 commit comments