File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ StackExchange.Redis is a high-performance RESP (Redis, etc) client for .NET, available under the MIT license.
2+
3+ - Release notes: [ https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes ] ( https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes )
4+ - NuGet package: [ https://www.nuget.org/packages/StackExchange.Redis/ ] ( https://www.nuget.org/packages/StackExchange.Redis/ )
5+ - General docs: [ https://stackexchange.github.io/StackExchange.Redis/ ] ( https://stackexchange.github.io/StackExchange.Redis/ )
6+ - Code: [ https://github.com/StackExchange/StackExchange.Redis/ ] ( https://github.com/StackExchange/StackExchange.Redis/ )
Original file line number Diff line number Diff line change 1212 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1313 <DefineConstants Condition =" '$(TargetFramework)' != 'net461'" >$(DefineConstants);VECTOR_SAFE</DefineConstants >
1414 <DefineConstants Condition =" '$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net472' and '$(TargetFramework)' != 'netstandard2.0'" >$(DefineConstants);UNIX_SOCKET</DefineConstants >
15+ <PackageReadmeFile >README.md</PackageReadmeFile >
1516 </PropertyGroup >
1617
1718 <ItemGroup >
2829
2930 <!-- netfx needs this for ZipArchive -->
3031 <PackageReference Include =" System.IO.Compression" Condition =" '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net461' " />
32+
33+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
3134 </ItemGroup >
3235
3336 <ItemGroup >
You can’t perform that action at this time.
0 commit comments