Skip to content

Commit 47eb0ba

Browse files
authored
Dependency updates (#9112)
1 parent d207a43 commit 47eb0ba

File tree

4 files changed

+400
-337
lines changed

4 files changed

+400
-337
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
<PrivateAssets>all</PrivateAssets>
8888
</PackageReference>
8989
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
90+
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
91+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
9092
</ItemGroup>
9193

9294
<ItemGroup>

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@
7171
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
7272
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
7373
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
74-
<PackageReference Include="NuGet.ProjectModel" Version="5.11.0" />
74+
<PackageReference Include="NuGet.ProjectModel" Version="5.11.3" />
7575
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
7676
<PrivateAssets>all</PrivateAssets>
7777
</PackageReference>
78+
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
7879
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.227">
7980
<NoWarn>NU1701</NoWarn>
8081
</PackageReference>

test/WebJobs.Script.Tests/DependencyTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public class DependencyTests
1818
// These are changed often and controlled by us, so we don't need to fail if they are updated.
1919
private static readonly string[] _excludedList = new[]
2020
{
21+
"Microsoft.Azure.WebJobs.Script.dll",
22+
"Microsoft.Azure.WebJobs.Script.Grpc.dll",
2123
"Microsoft.Azure.WebJobs.Script.WebHost.dll",
2224
"Microsoft.Azure.WebJobs.dll",
2325
"Microsoft.Azure.WebJobs.Host.dll",

0 commit comments

Comments
 (0)