We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fc9df commit 61e5d9eCopy full SHA for 61e5d9e
1 file changed
test/PowerShellEditorServices.Test/Language/CompletionHandlerTests.cs
@@ -130,7 +130,7 @@ public async Task CompletesFilePath()
130
public async Task CompletionResolveHandlesTaskCanceledException()
131
{
132
using CancellationTokenSource cancellationTokenSource = new();
133
-#if NET5_0_OR_GREATER
+#if CoreCLR
134
await cancellationTokenSource.CancelAsync();
135
#else
136
cancellationTokenSource.Cancel();
0 commit comments