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 21
21
<RepositoryType >git</RepositoryType >
22
22
<PackageReleaseNotes >https://github.com/wodsonluiz/Redis.EasyConnectMultiServers/releases</PackageReleaseNotes >
23
23
</PropertyGroup >
24
-
24
+
25
25
<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" />
31
27
</ItemGroup >
32
28
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
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 >
12
21
13
22
</Project >
You can’t perform that action at this time.
0 commit comments