Skip to content

Commit a81dd25

Browse files
committed
cleanup
1 parent efe60c7 commit a81dd25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

snippets/csharp/System.Net/HttpWebRequest/Abort/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
</Project>

snippets/csharp/System.Net/HttpWebRequest/Abort/begingetresponse.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ private static void ResponseCallback(IAsyncResult asynchronousResult)
124124
Console.WriteLine("\nMessage:{0}", e.Message);
125125
Console.WriteLine("\nStatus:{0}", e.Status);
126126
allDone.Set();
127-
}
128-
127+
}
129128
}
130129

131130
// Print the webpage to the standard output, close the stream and signal completion.

0 commit comments

Comments
 (0)