File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >2.1.3 </Version >
3+ <Version >2.1.4 </Version >
44 <Copyright >Copyright © laojiu 2017-2024</Copyright >
55 <NoWarn >IDE0290;NETSDK1138</NoWarn >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 1111
1212 <SignAssembly >true</SignAssembly >
1313 <AssemblyOriginatorKeyFile >Sign.snk</AssemblyOriginatorKeyFile >
14- </PropertyGroup >
14+ </PropertyGroup >
1515
16- <ItemGroup >
16+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
17+ <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
1718 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 3.0.0" />
1819 <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 3.0.0" />
1920 <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.0.0" />
2021 </ItemGroup >
2122
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" />
2433 </ItemGroup >
2534
2635 <ItemGroup >
You can’t perform that action at this time.
0 commit comments