-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathdotnet-agent-framework-msfoundry-file-search.csproj
More file actions
27 lines (23 loc) · 1.23 KB
/
dotnet-agent-framework-msfoundry-file-search.csproj
File metadata and controls
27 lines (23 loc) · 1.23 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>_dotnet_agent_framework_msfoundry_file_search</RootNamespace>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.20.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Azure.AI.Projects" Version="2.0.0" />
<PackageReference Include="Azure.AI.Projects.OpenAI" Version="2.0.0-beta.1" />
<PackageReference Include="Azure.AI.Agents.Persistent" Version="1.2.0-beta.10" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="/Users/lokinfey/Desktop/AOAI/Foundry/agent-framework/dotnet/src/Microsoft.Agents.AI.Foundry/Microsoft.Agents.AI.Foundry.csproj" />
<ProjectReference Include="/Users/lokinfey/Desktop/AOAI/Foundry/agent-framework/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj" />
</ItemGroup>
</Project>