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.
This commit is contained in:
Marco Minerva
2025-07-25 12:24:05 +02:00
parent f6fa60247a
commit b20491f247
3 changed files with 10 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
<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>