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 7098634 commit c4b6ca8Copy full SHA for c4b6ca8
test/Cnblogs.DashScope.Sdk.SnapshotGenerator/Cnblogs.DashScope.Sdk.SnapshotGenerator.csproj
@@ -1,11 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
- <PropertyGroup>
4
- <OutputType>Exe</OutputType>
5
- </PropertyGroup>
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <IsPackable>false</IsPackable>
6
+ </PropertyGroup>
7
- <ItemGroup>
8
- <ProjectReference Include="..\Cnblogs.DashScope.Sdk.UnitTests\Cnblogs.DashScope.Sdk.UnitTests.csproj" />
9
- </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Cnblogs.DashScope.Sdk.UnitTests\Cnblogs.DashScope.Sdk.UnitTests.csproj"/>
10
+ </ItemGroup>
11
12
</Project>
0 commit comments