Skip to content

Commit 72aa793

Browse files
authored
Merge pull request #937 from microsoftgraph/fix/http-bound
fix: removes upper bound on System.Net.Http.WinHttpHandler
2 parents 471bfda + 7ed7023 commit 72aa793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
</PackageReference>
7979
</ItemGroup>
8080
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
81-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="[6.0,9.0)" />
81+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="[6.0,)" />
8282
</ItemGroup>
8383
</Project>

0 commit comments

Comments
 (0)