Renamed Server project

This commit is contained in:
2025-06-05 06:24:31 +00:00
parent 7545769d42
commit 7899130c30
2 changed files with 65 additions and 65 deletions

18
src/Server/Server.csproj Normal file
View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\embeddingsearch\embeddingsearch.csproj" />
<ProjectReference Include="..\Models\Models.csproj" />
</ItemGroup>
</Project>