chore: Specify IsPackable=false on Directory.Build.props, explicitly true for target packages.

This commit is contained in:
Ikiru Yoshizaki
2025-09-24 21:17:25 +09:00
parent 98538ef7c7
commit 9a6584ff0d
7 changed files with 68 additions and 59 deletions

View File

@@ -2,9 +2,6 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>NetCoreTests</RootNamespace>
</PropertyGroup>