| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <TargetFramework>net10.0</TargetFramework> |
| 5 | <Nullable>enable</Nullable> |
| 6 | <ImplicitUsings>enable</ImplicitUsings> |
| 7 | <LangVersion>14</LangVersion> |
| 8 | <RootNamespace>AgentForge.Plugin.Stub</RootNamespace> |
| 9 | <AssemblyName>AgentForge.Plugin.Stub</AssemblyName> |
| 10 | </PropertyGroup> |
| 11 | |
| 12 | <ItemGroup> |
| 13 | <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
| 14 | </ItemGroup> |
| 15 | |
| 16 | <!-- Dev: point to MIT spine checkout. Release: PackageReference AgentForge.Plugin.Abstractions --> |
| 17 | <ItemGroup> |
| 18 | <ProjectReference Include="..\..\..\..\src\AgentForge.Abstractions\AgentForge.Abstractions.csproj" /> |
| 19 | </ItemGroup> |
| 20 | |
| 21 | </Project> |
| 22 | |
View only · write via MCP/CIDE