mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user