Skip to content

Commit 4f50933

Browse files
committed
fix: removes upper bound on System.Net.Http.WinHttpHandler
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent ef12e64 commit 4f50933

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)