Skip to content

Commit 227924e

Browse files
LittleLittleCloudvictordibia
authored andcommitted
update (#3144) (#3145)
1 parent 7e13368 commit 227924e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dotnet/src/AutoGen.WebAPI/AutoGen.WebAPI.csproj

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
77
</PropertyGroup>
88

9+
10+
<Import Project="$(RepoRoot)/nuget/nuget-package.props" />
11+
12+
<PropertyGroup>
13+
<!-- NuGet Package Settings -->
14+
<Title>AutoGen.WebAPI</Title>
15+
<Description>
16+
Turn an `AutoGen.Core.IAgent` into a RESTful API.
17+
</Description>
18+
</PropertyGroup>
19+
920
<ItemGroup>
1021
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="$(MicrosoftASPNETCoreVersion)" />
1122
</ItemGroup>

0 commit comments

Comments
 (0)