mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
b20491f247
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.
10 lines
304 B
XML
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>
|