set IsPackable to false by default for all the projects, so only libraries enable it on purpose

This commit is contained in:
Adam Sitnik
2025-09-29 17:48:07 +02:00
parent 0a06924e24
commit 02083e9d56
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Company>LlamaIndex</Company>
<!-- IsPackable is enabled for all the projects and enabled only for the actual libraries -->
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
@@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
@@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>