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 e457940 commit 702320bCopy full SHA for 702320b
tests/test-assm/Directory.Build.props
@@ -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