diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md
index 661f2680d..f0a17082b 100644
--- a/docs/ReleaseNotes.md
+++ b/docs/ReleaseNotes.md
@@ -8,6 +8,8 @@ Current package versions:
## Unreleased
+- (build) Fix SNK on non-Windows builds ([#2963 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2963))
+
## 2.9.24
- Fix [#2951](https://github.com/StackExchange/StackExchange.Redis/issues/2951) - sentinel reconnection failure ([#2956 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2956))
diff --git a/src/StackExchange.Redis/StackExchange.Redis.csproj b/src/StackExchange.Redis/StackExchange.Redis.csproj
index b13a12423..b03103656 100644
--- a/src/StackExchange.Redis/StackExchange.Redis.csproj
+++ b/src/StackExchange.Redis/StackExchange.Redis.csproj
@@ -9,7 +9,6 @@
StackExchange.Redis
Async;Redis;Cache;PubSub;Messaging
true
- true
$(DefineConstants);VECTOR_SAFE
$(DefineConstants);UNIX_SOCKET
README.md
diff --git a/toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj b/toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj
index 1fba90d7f..9908e9088 100644
--- a/toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj
+++ b/toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj
@@ -9,7 +9,6 @@
Server;Async;Redis;Cache;PubSub;Messaging
Library
true
- true
$(NoWarn);CS1591