mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-27 05:13:58 +02:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
19 lines
662 B
XML
19 lines
662 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="GitHub.Copilot.SDK" Version="0.2.1" />
|
|
<PackageReference Include="Microsoft.Agents.AI" Version="1.0.0" />
|
|
<PackageReference Include="Microsoft.Agents.AI.GitHub.Copilot" Version="1.0.0-preview.260402.1" />
|
|
<PackageReference Include="Microsoft.Agents.AI.Workflows" Version="1.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|