We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5765c5 commit 0d40372Copy full SHA for 0d40372
.github/workflows/ci.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Build
27
run: dotnet build src/Cnblogs.DashScope.AI -c Release -p:TargetFrameworks=net8.0
28
- name: Test
29
- run: dotnet test test/Cnblogs.DashScope.AI.UnitTests -c Release -p:TargetFrameworks=net8.0
+ run: dotnet test -p:TargetFrameworks=net8.0
30
test/Cnblogs.DashScope.Tests.Shared/Cnblogs.DashScope.Tests.Shared.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<IsPackable>false</IsPackable>
0 commit comments