Skip to content

Commit b20491f

Browse files
committed
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.
1 parent f6fa602 commit b20491f

File tree

3 files changed

+10
-34
lines changed

3 files changed

+10
-34
lines changed

SqlDatabaseVectorSearch.sln

Lines changed: 0 additions & 33 deletions
This file was deleted.

SqlDatabaseVectorSearch.slnx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".github/copilot-instructions.md" />
5+
<File Path="Directory.Build.props" />
6+
<File Path="README.md" />
7+
</Folder>
8+
<Project Path="SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj" />
9+
</Solution>

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.ML.Tokenizers" Version="1.0.2" />
2525
<PackageReference Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="1.0.2" />
2626
<PackageReference Include="Microsoft.ML.Tokenizers.Data.O200kBase" Version="1.0.2" />
27-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.60.0" />
27+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.61.0" />
2828
<PackageReference Include="MimeMapping" Version="3.1.0" />
2929
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.4" />
3030
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.1.3" />

0 commit comments

Comments
 (0)