mirror of
https://github.com/run-llama/llamaindex.net.git
synced 2026-07-01 20:36:58 -04:00
0a06924e24
keep in mind that LlamaIndex.Core so far was not specifying Company
12 lines
294 B
XML
12 lines
294 B
XML
<?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>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|