Skip to content

Commit 702320b

Browse files
committed
delete referencing packages which is common for test projects
1 parent e457940 commit 702320b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 smdn <smdn@smdn.jp>
3+
SPDX-License-Identifier: MIT
4+
-->
5+
<Project>
6+
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
7+
8+
<ItemGroup>
9+
<PackageReference Remove="*" />
10+
</ItemGroup>
11+
</Project>

0 commit comments

Comments
 (0)