Skip to content

Commit c4b6ca8

Browse files
committed
fix: mark snapshot generator unpackable
1 parent 7098634 commit c4b6ca8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<IsPackable>false</IsPackable>
6+
</PropertyGroup>
67

7-
<ItemGroup>
8-
<ProjectReference Include="..\Cnblogs.DashScope.Sdk.UnitTests\Cnblogs.DashScope.Sdk.UnitTests.csproj" />
9-
</ItemGroup>
8+
<ItemGroup>
9+
<ProjectReference Include="..\Cnblogs.DashScope.Sdk.UnitTests\Cnblogs.DashScope.Sdk.UnitTests.csproj"/>
10+
</ItemGroup>
1011

1112
</Project>

0 commit comments

Comments
 (0)