mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
45a020be43
* Renamed Github to GitHub * Small fix * Updated package versions
13 lines
357 B
XML
13 lines
357 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<!-- GitHub.Copilot.SDK only supports .NET 8.0+ -->
|
|
<TargetFrameworks>$(TargetFrameworksCore)</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Microsoft.Agents.AI.GitHub.Copilot\Microsoft.Agents.AI.GitHub.Copilot.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|