File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ "main" ]
66 pull_request :
7- branches : [ "main" ]
7+ branches : [ "main", "staging" ]
88
99jobs :
1010 test-net6 :
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <TargetFramework >net6.0</ TargetFramework >
3+ <TargetFrameworks >net6.0;net8.0</ TargetFrameworks >
44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Authors >Cnblogs</Authors >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0</TargetFramework >
43 <Product >Cnblogs.DashScope.AI</Product >
54 <GenerateDocumentationFile >true</GenerateDocumentationFile >
65 <PackageTags >Cnblogs;Dashscope;Microsoft.Extensions.AI;Sdk;Embedding;</PackageTags >
Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Microsoft.DeepDev.TokenizerLib" Version =" 1.3.3" />
16- <PackageReference Include =" System.Text.Json" Version =" 8.0.6 " />
16+ <PackageReference Include =" System.Text.Json" Version =" 8.0.0 " Condition = " '$(TargetFramework)' == 'net6.0' " />
1717 </ItemGroup >
1818
1919</Project >
You can’t perform that action at this time.
0 commit comments