Skip to content

Commit d9b04d3

Browse files
authored
Update http-fault-injector's HttpClientSample from Net6 to Net8 (#9029)
1 parent 5dceca7 commit d9b04d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/http-fault-injector/sample-clients/net/http-client/Azure.Sdk.Tools.HttpFaultInjector.HttpClientSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
</Project>

0 commit comments

Comments
 (0)