File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed
src/Redis.EasyConnectMultiServers Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 2121 <RepositoryType >git</RepositoryType >
2222 <PackageReleaseNotes >https://github.com/wodsonluiz/Redis.EasyConnectMultiServers/releases</PackageReleaseNotes >
2323 </PropertyGroup >
24-
24+
2525 <ItemGroup Label =" Package References" >
26- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
27- <PackageReference Include =" StackExchange.Redis" Version =" 2.6.111" />
28- <PackageReference Include =" StackExchange.Redis.Extensions.AspNetCore" Version =" 8.0.5" />
29- <PackageReference Include =" StackExchange.Redis.Extensions.Core" Version =" 8.0.5" />
30- <PackageReference Include =" StackExchange.Redis.Extensions.System.Text.Json" Version =" 8.0.5" />
26+ <PackageReference Include =" MinVer" PrivateAssets =" all" Version =" 4.2.0" />
3127 </ItemGroup >
3228</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup Label =" Build" >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- </PropertyGroup >
6-
7- <PropertyGroup Label =" Package" >
8- <Product >Redis.EasyConnectMultiServers</Product >
9- <Description >Biblioteca para facilitar e realizar todas as operações de CRUD em multiplos servidores do Redis.</Description >
10- <PackageTags >redis</PackageTags >
11- </PropertyGroup >
3+ <PropertyGroup Label =" Build" >
4+ <TargetFramework >netstandard2.0</TargetFramework >
5+ </PropertyGroup >
6+
7+ <PropertyGroup Label =" Package" >
8+ <Product >Redis.EasyConnectMultiServers</Product >
9+ <Description >Biblioteca para facilitar e realizar todas as operações de CRUD em multiplos servidores do Redis.</Description >
10+ <PackageTags >redis</PackageTags >
11+ <PackageReadmeFile >README.md</PackageReadmeFile >
12+ </PropertyGroup >
13+
14+ <ItemGroup >
15+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
16+ <PackageReference Include =" StackExchange.Redis" Version =" 2.6.111" />
17+ <PackageReference Include =" StackExchange.Redis.Extensions.AspNetCore" Version =" 8.0.5" />
18+ <PackageReference Include =" StackExchange.Redis.Extensions.Core" Version =" 8.0.5" />
19+ <PackageReference Include =" StackExchange.Redis.Extensions.System.Text.Json" Version =" 8.0.5" />
20+ </ItemGroup >
1221
1322</Project >
You can’t perform that action at this time.
0 commit comments