Skip to content

Commit f54274d

Browse files
authored
Merge branch 'dev' into feat/VCST-565-bump-bcl
2 parents a4c0525 + 4d9d8e8 commit f54274d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/VirtoCommerce.Platform.Data.SqlServer/VirtoCommerce.Platform.Data.SqlServer.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
1414
</ItemGroup>
1515

16+
<!--Workaround for vulnerable transitive packages-->
17+
<ItemGroup>
18+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
19+
</ItemGroup>
20+
1621
<ItemGroup>
1722
<ProjectReference Include="..\VirtoCommerce.Platform.Data\VirtoCommerce.Platform.Data.csproj" />
1823
<ProjectReference Include="..\VirtoCommerce.Platform.Security\VirtoCommerce.Platform.Security.csproj" />

0 commit comments

Comments
 (0)