Skip to content

Commit

Permalink
Use published package for Cosmos DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed May 18, 2024
1 parent 63902de commit 08fa073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<PackageVersion Include="protobuf-net.Reflection" Version="3.2.12" />
<PackageVersion Include="YamlDotNet" Version="15.1.2" />
<!-- Memory stores -->
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.40.9000-nightly-20240430" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.41.0-preview.0" />
<PackageVersion Include="Pgvector" Version="0.2.0" />
<PackageVersion Include="NRedisStack" Version="0.12.0" />
<PackageVersion Include="Milvus.Client" Version="2.3.0-preview.1" />
Expand Down
4 changes: 0 additions & 4 deletions dotnet/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="local" value="D:\code\VectorSearchDotNetSDKNugets" />
</packageSources>

<packageSourceMapping>
<packageSource key="local">
<package pattern="Microsoft.Azure.Cosmos*"/>
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit 08fa073

Please sign in to comment.