Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9f48c9e

Browse files
committed
fix build
1 parent 4371a06 commit 9f48c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceStack.Redis/Support/Diagnostic/TrackingRedisClientProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !(NETSTANDARD2_0 || NETSTANDARD2_1)
1+
#if !(NETSTANDARD2_0 || NETSTANDARD2_1 || NET6_0)
22
using System;
33
using System.Reflection;
44
using System.Runtime.Remoting.Messaging;

src/ServiceStack.Redis/Support/Diagnostic/TrackingRedisClientsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !(NETSTANDARD2_0 || NETSTANDARD2_1)
1+
#if !(NETSTANDARD2_0 || NETSTANDARD2_1 || NET6_0)
22
using System;
33
using System.Collections.Generic;
44
using System.Diagnostics;

0 commit comments

Comments
 (0)