Skip to content

Commit 0be1df7

Browse files
authored
eng: remove PublicSign windows-only restriction (#2963)
* remove PublicSign windows-only restriction * release notes
1 parent 307129e commit 0be1df7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Current package versions:
88

99
## Unreleased
1010

11+
- (build) Fix SNK on non-Windows builds ([#2963 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2963))
12+
1113
## 2.9.24
1214

1315
- Fix [#2951](https://github.com/StackExchange/StackExchange.Redis/issues/2951) - sentinel reconnection failure ([#2956 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2956))

src/StackExchange.Redis/StackExchange.Redis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<PackageId>StackExchange.Redis</PackageId>
1010
<PackageTags>Async;Redis;Cache;PubSub;Messaging</PackageTags>
1111
<SignAssembly>true</SignAssembly>
12-
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1312
<DefineConstants Condition="'$(TargetFramework)' != 'net461'">$(DefineConstants);VECTOR_SAFE</DefineConstants>
1413
<DefineConstants Condition="'$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net472' and '$(TargetFramework)' != 'netstandard2.0'">$(DefineConstants);UNIX_SOCKET</DefineConstants>
1514
<PackageReadmeFile>README.md</PackageReadmeFile>

toys/StackExchange.Redis.Server/StackExchange.Redis.Server.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<PackageTags>Server;Async;Redis;Cache;PubSub;Messaging</PackageTags>
1010
<OutputTypeEx>Library</OutputTypeEx>
1111
<SignAssembly>true</SignAssembly>
12-
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1312
<NoWarn>$(NoWarn);CS1591</NoWarn>
1413
</PropertyGroup>
1514
<ItemGroup>

0 commit comments

Comments
 (0)