We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9d8e8 commit c569750Copy full SHA for c569750
src/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj
@@ -29,6 +29,7 @@
29
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.0" />
30
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.0.0" />
31
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.22.0" />
32
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
33
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
34
<PrivateAssets>all</PrivateAssets>
35
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments