-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathMicrosoft.GS.DPS.csproj
More file actions
38 lines (34 loc) · 1.59 KB
/
Microsoft.GS.DPS.csproj
File metadata and controls
38 lines (34 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="15.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Azure.Search.Documents" Version="11.7.0" />
<PackageReference Include="FluentValidation" Version="12.0.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250508.3" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="9.0.120" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="9.0.120" />
<PackageReference Include="MongoDB.Driver" Version="3.5.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.30.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.119.1" />
</ItemGroup>
<ItemGroup>
<None Update="Prompts\Chat_SystemPrompt - Copy %282%29.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Prompts\Chat_SystemPrompt - Copy.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Prompts\KeywordExtract_SystemPrompt.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Prompts\Chat_SystemPrompt.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>