We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c454b7 commit 40b0d04Copy full SHA for 40b0d04
src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/HttpClient.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<ServerGarbageCollection>true</ServerGarbageCollection>
8
</PropertyGroup>
@@ -14,7 +14,7 @@
14
<ItemGroup>
15
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21617.1" />
16
<PackageReference Include="Microsoft.Crank.EventSources" Version="0.1.0-alpha.20501.1" />
17
- <PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.0" />
+ <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" />
18
</ItemGroup>
19
20
</Project>
0 commit comments