Skip to content

Commit

Permalink
fix: removes upper bound on System.Net.Http.WinHttpHandler
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Nov 15, 2024
1 parent ef12e64 commit 4f50933
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 4f50933

Please sign in to comment.