We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f63c4f commit 4d9d8e8Copy full SHA for 4d9d8e8
src/VirtoCommerce.Platform.Data.SqlServer/VirtoCommerce.Platform.Data.SqlServer.csproj
@@ -13,6 +13,11 @@
13
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
14
</ItemGroup>
15
16
+ <!--Workaround for vulnerable transitive packages-->
17
+ <ItemGroup>
18
+ <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
19
+ </ItemGroup>
20
+
21
<ItemGroup>
22
<ProjectReference Include="..\VirtoCommerce.Platform.Data\VirtoCommerce.Platform.Data.csproj" />
23
<ProjectReference Include="..\VirtoCommerce.Platform.Security\VirtoCommerce.Platform.Security.csproj" />
0 commit comments