We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404aa37 commit e5aff1dCopy full SHA for e5aff1d
src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
@@ -69,6 +69,8 @@
69
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
70
<!-- The System.Interactive.Async assembly is required to be deployed. See https://github.com/Azure/azure-functions-host/issues/6203 -->
71
<PackageReference Include="System.Interactive.Async" Version="3.2.0" />
72
+ <!-- The System.Data.SqlClient assembly is required to be deployed. -->
73
+ <PackageReference Include="System.Data.SqlClient" Version="4.3.1" />
74
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
75
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
76
<PrivateAssets>all</PrivateAssets>
0 commit comments