Skip to content

Commit

Permalink
Merge pull request #937 from microsoftgraph/fix/http-bound
Browse files Browse the repository at this point in the history
fix: removes upper bound on System.Net.Http.WinHttpHandler
  • Loading branch information
baywet authored Nov 18, 2024
2 parents 471bfda + 7ed7023 commit 72aa793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="[6.0,9.0)" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="[6.0,)" />
</ItemGroup>
</Project>

0 comments on commit 72aa793

Please sign in to comment.