Merge pull request #12 from adamsitnik/publishing

This commit is contained in:
Logan
2025-11-04 10:24:39 -06:00
committed by GitHub
8 changed files with 13 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!-- this file specifies a set of common properties imported by all projects in the folder -->
<PropertyGroup>
<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>
@@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
@@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>
<UserSecretsId>fff811e8-12df-4169-98be-06dcae123561</UserSecretsId>
</PropertyGroup>
@@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireSharedProject>true</IsAspireSharedProject>
</PropertyGroup>
@@ -3,9 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
@@ -2,14 +2,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>LlamaIndex.Core</PackageId>
<Company>LlamaIndex</Company>
</PropertyGroup>
@@ -3,9 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
-3
View File
@@ -2,14 +2,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>LlamaParse</PackageId>
<Company>LlamaIndex</Company>
</PropertyGroup>
<ItemGroup>