File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
toys/StackExchange.Redis.Server Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments