File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >2.1.3 </Version >
3
+ <Version >2.1.4 </Version >
4
4
<Copyright >Copyright © laojiu 2017-2024</Copyright >
5
5
<NoWarn >IDE0290;NETSDK1138</NoWarn >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 11
11
12
12
<SignAssembly >true</SignAssembly >
13
13
<AssemblyOriginatorKeyFile >Sign.snk</AssemblyOriginatorKeyFile >
14
- </PropertyGroup >
14
+ </PropertyGroup >
15
15
16
- <ItemGroup >
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
17
+ <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
17
18
<PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.0.0" />
18
19
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 3.0.0" />
19
20
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.0.0" />
20
21
</ItemGroup >
21
22
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
23
- <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
23
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
24
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 5.0.0" />
25
+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 5.0.0" />
26
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5.0.0" />
27
+ </ItemGroup >
28
+
29
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
30
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
31
+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.0" />
32
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8.0.0" />
24
33
</ItemGroup >
25
34
26
35
<ItemGroup >
You can’t perform that action at this time.
0 commit comments