Files
llamaindex.net/Directory.Build.props
T
2025-09-29 17:45:29 +02:00

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>