Files
SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.slnx
T
Marco Minerva b20491f247 Refactor solution structure and update package version
Updated the Visual Studio solution file to remove obsolete project configuration lines, indicating a cleanup.
The `Microsoft.SemanticKernel` package version has been upgraded from `1.60.0` to `1.61.0`.
Introduced a new solution file format (`SqlDatabaseVectorSearch.slnx`) to better organize solution items in a structured XML format.
2025-07-25 12:24:05 +02:00

10 lines
304 B
XML

<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/copilot-instructions.md" />
<File Path="Directory.Build.props" />
<File Path="README.md" />
</Folder>
<Project Path="SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj" />
</Solution>