From 64fddf5f3d757cbc4efb655be6130a152352bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Wed, 29 Jun 2022 10:50:02 +0200 Subject: Removed C# 9 usage. --- Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs b/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs index 5364c2b..1994ade 100644 --- a/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs +++ b/Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs @@ -495,7 +495,7 @@ namespace Mono.Debugging.Client } } - static ConcurrentStack s_bufferStack = new(); + static ConcurrentStack s_bufferStack = new ConcurrentStack(); static IntPtr GetBuffer() { -- cgit v1.2.3