Skip to content

Commit

Permalink
update (#3144) (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored Jul 15, 2024
1 parent 970c196 commit 5292b81
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dotnet/src/AutoGen.WebAPI/AutoGen.WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
</PropertyGroup>


<Import Project="$(RepoRoot)/nuget/nuget-package.props" />

<PropertyGroup>
<!-- NuGet Package Settings -->
<Title>AutoGen.WebAPI</Title>
<Description>
Turn an `AutoGen.Core.IAgent` into a RESTful API.
</Description>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="$(MicrosoftASPNETCoreVersion)" />
</ItemGroup>
Expand Down

0 comments on commit 5292b81

Please sign in to comment.