Skip to content

Commit cc1e62f

Browse files
committed
Update NuGet packages and solution items
Removed copilot instructions from solution items. Upgraded MimeMapping to v4.0.0 and Swashbuckle.AspNetCore.SwaggerUI to v10.1.1 in the project file.
1 parent e132357 commit cc1e62f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

SqlDatabaseVectorSearch.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
33
<File Path=".editorconfig" />
4-
<File Path=".github/copilot-instructions.md" />
54
<File Path="Directory.Build.props" />
65
<File Path="README.md" />
76
</Folder>

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<PackageReference Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="2.0.0" />
2525
<PackageReference Include="Microsoft.ML.Tokenizers.Data.O200kBase" Version="2.0.0" />
2626
<PackageReference Include="Microsoft.SemanticKernel" Version="1.70.0" />
27-
<PackageReference Include="MimeMapping" Version="3.2.0" />
27+
<PackageReference Include="MimeMapping" Version="4.0.0" />
2828
<PackageReference Include="MinimalHelpers.FluentValidation" Version="1.1.8" />
2929
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />
3030
<PackageReference Include="PdfPig" Version="0.1.13" />
31-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.0" />
31+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.1" />
3232
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.15" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)