Skip to content

Commit ed90a22

Browse files
committed
Update copilot instructions and package version
Updated EFCore.SqlServer.VectorSearch package version from 9.0.0-preview.2 to 9.0.0 for stability.
1 parent 98c1813 commit ed90a22

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,3 @@
8282
- Copy existing style in nearby files for test method names and capitalization.
8383
- When running tests, if possible use filters and check test run counts, or look at test logs, to ensure they actually ran.
8484
- Do not finish work with any tests commented out or disabled that were not previously commented out or disabled.
85-
86-
## Azure
87-
88-
- @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools.
89-
- @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first.
90-
- @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it.

SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Blazor.Bootstrap" Version="3.4.0" />
1212
<PackageReference Include="DocumentFormat.OpenXml" Version="3.3.0" />
13-
<PackageReference Include="EFCore.SqlServer.VectorSearch" Version="9.0.0-preview.2" />
13+
<PackageReference Include="EFCore.SqlServer.VectorSearch" Version="9.0.0" />
1414
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
1515
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />

0 commit comments

Comments
 (0)