Skip to content

Commit

Permalink
4.16.2 hotfix (#9119)
Browse files Browse the repository at this point in the history
* Updating patch version

* Dependency updates (#9112)
  • Loading branch information
fabiocav authored Feb 28, 2023
1 parent 08b24ef commit e8aed05
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 338 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>16</MinorVersion>
<PatchVersion>1</PatchVersion>
<PatchVersion>2</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

Expand Down
2 changes: 2 additions & 0 deletions src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/WebJobs.Script/WebJobs.Script.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NuGet.ProjectModel" Version="5.11.0" />
<PackageReference Include="NuGet.ProjectModel" Version="5.11.3" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.227">
<NoWarn>NU1701</NoWarn>
</PackageReference>
Expand Down
2 changes: 2 additions & 0 deletions test/WebJobs.Script.Tests/DependencyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public class DependencyTests
// These are changed often and controlled by us, so we don't need to fail if they are updated.
private static readonly string[] _excludedList = new[]
{
"Microsoft.Azure.WebJobs.Script.dll",
"Microsoft.Azure.WebJobs.Script.Grpc.dll",
"Microsoft.Azure.WebJobs.Script.WebHost.dll",
"Microsoft.Azure.WebJobs.dll",
"Microsoft.Azure.WebJobs.Host.dll",
Expand Down
Loading

0 comments on commit e8aed05

Please sign in to comment.