Skip to content

Commit e5aff1d

Browse files
committed
re-adding SqlClient
1 parent 404aa37 commit e5aff1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
7070
<!-- The System.Interactive.Async assembly is required to be deployed. See https://github.com/Azure/azure-functions-host/issues/6203 -->
7171
<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" />
7274
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
7375
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
7476
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)