Skip to content

Commit 501d547

Browse files
authored
Update packages (#10339)
* Update packages * Move package to root project
1 parent 1088f24 commit 501d547

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
-->
9595
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
9696
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
97-
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
9897
</ItemGroup>
9998

10099
<ItemGroup>

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@
8484
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
8585
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
8686
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.227" NoWarn="NU1701" />
87+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
88+
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
8789
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
8890
<PackageReference Include="System.Reactive.Core" Version="5.0.0" />
8991
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
90-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
9192
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
9293
<PackageReference Include="System.Text.Json" Version="8.0.4" />
9394
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

test/DotNetIsolated60/DotNetIsolated60.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
<ItemGroup>
3030
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
3131
</ItemGroup>
32-
</Project>
32+
</Project>

test/DotNetIsolatedUnsupportedWorker/DotNetIsolatedUnsupportedWorker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
<ItemGroup>
2828
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
2929
</ItemGroup>
30-
</Project>
30+
</Project>

0 commit comments

Comments
 (0)