Skip to content

Commit

Permalink
Bump System.Net.Http.WinHttpHandler and Microsoft.NETFramework.Refere…
Browse files Browse the repository at this point in the history
…nceAssemblies

Bumps [System.Net.Http.WinHttpHandler](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

Updates `System.Net.Http.WinHttpHandler` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: System.Net.Http.WinHttpHandler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 36d558d commit 4f8531b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Alpaca.Markets.Extensions/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
},
"System.Net.Http.WinHttpHandler": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "H7UZoctQ2xFQgU6eGFRavMDJQGebLaqG9OqWg5dm3WFpPJ8mhdTDcJhz/ihxzUZm1I+wiykzp+tu3hYtQ0omMQ==",
"resolved": "9.0.1",
"contentHash": "7jT+IBkf1LRoWicImptaLXJ94UN0ggOc+Wu8L3WDg/D4IDfp0Hgyct9rVBXD9AwlEp/asHR8VZOvIsctIk44LA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5"
Expand Down Expand Up @@ -305,7 +305,7 @@
"Polly": "[8.5.0, )",
"Portable.System.DateTimeOnly": "[9.0.0, )",
"System.IO.Pipelines": "[9.0.0, )",
"System.Net.Http.WinHttpHandler": "[9.0.0, )",
"System.Net.Http.WinHttpHandler": "[9.0.1, )",
"System.Threading.Channels": "[9.0.0, )"
}
}
Expand Down Expand Up @@ -902,9 +902,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.12, )",
"resolved": "8.0.12",
"contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig=="
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.1" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<Reference Include="System.Net.Http" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions Alpaca.Markets/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
},
"System.Net.Http.WinHttpHandler": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "H7UZoctQ2xFQgU6eGFRavMDJQGebLaqG9OqWg5dm3WFpPJ8mhdTDcJhz/ihxzUZm1I+wiykzp+tu3hYtQ0omMQ==",
"requested": "[9.0.1, )",
"resolved": "9.0.1",
"contentHash": "7jT+IBkf1LRoWicImptaLXJ94UN0ggOc+Wu8L3WDg/D4IDfp0Hgyct9rVBXD9AwlEp/asHR8VZOvIsctIk44LA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.5"
Expand Down Expand Up @@ -507,9 +507,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.12, )",
"resolved": "8.0.12",
"contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig=="
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion UsageExamples/UsageExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f8531b

Please sign in to comment.