Skip to content

Commit c8edccc

Browse files
committed
测试安装库的逻辑
1 parent ca5ff04 commit c8edccc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CustomWpf/Demo/DemoApp/DemoApp.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<PackageReference Include="dotnetCampus.WPF" Version="6.0.4-alpha02" />
13+
<PackageReference Include="dotnetCampus.WPF.Dependencies" Version="6.0.4-alpha02" />
14+
<PackageReference Include="dotnetCampus.WPF.Resource" Version="6.0.4-alpha02" />
15+
</ItemGroup>
16+
1117
<ItemGroup>
1218
<ProjectReference Include="..\DemoLib1\DemoLib1.csproj" />
1319
</ItemGroup>

CustomWpf/Demo/DemoLib1/DemoLib1.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<PackageReference Include="dotnetCampus.WPF" Version="6.0.4-alpha02" />
12+
</ItemGroup>
13+
1014
<ItemGroup>
1115
<ProjectReference Include="..\DemoLib2\DemoLib2.csproj" />
1216
</ItemGroup>

0 commit comments

Comments
 (0)