Files
VectorDBDemo/MilvusDemo/MilvusDemo.csproj
ShaoHua a0c89411ef
All checks were successful
SonarQube Code Quality Scan / scan (push) Successful in 26s
CI Test
2025-12-05 17:24:02 +08:00

16 lines
415 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Milvus.Client" Version="2.3.0-preview.1" />
</ItemGroup>
</Project>