Skip to content

Commit 6fec8a6

Browse files
authored
Updated packages configuration (#1952)
1 parent 99e2875 commit 6fec8a6

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

dotnet/src/Microsoft.Agents.AI.AGUI/Microsoft.Agents.AI.AGUI.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
55
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
66
<VersionSuffix>preview</VersionSuffix>
7-
<IsPackable>false</IsPackable>
87
</PropertyGroup>
98

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

11+
<PropertyGroup>
12+
<!-- Disable packing until we are ready to release this as a nuget -->
13+
<IsPackable>false</IsPackable>
14+
</PropertyGroup>
15+
1216
<PropertyGroup>
1317
<InjectSharedThrow>true</InjectSharedThrow>
1418
</PropertyGroup>

dotnet/src/Microsoft.Agents.AI.DevUI/Microsoft.Agents.AI.DevUI.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
<Nullable>enable</Nullable>
77
<RootNamespace>Microsoft.Agents.AI.DevUI</RootNamespace>
88
<OutputType>Library</OutputType>
9-
<Title>Microsoft Agent Framework Developer UI</Title>
10-
<Description>Provides Microsoft Agent Framework support for developer UI.</Description>
119
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
10+
<VersionSuffix>preview</VersionSuffix>
1211
<!-- Suppress warnings for internal DevUI implementation -->
1312
<NoWarn>$(NoWarn);CS1591;CA1852;CA1050;RCS1037;RCS1036;RCS1124;RCS1021;RCS1146;RCS1211;CA2007;CA1308;IL2026;IL3050;CA1812</NoWarn>
1413
</PropertyGroup>
1514

1615
<!-- Import nuget packaging properties -->
17-
<Import Project="..\..\nuget\nuget-package.props" />
16+
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
1817

1918
<!-- Import frontend web assets build targets -->
2019
<Import Project="Microsoft.Agents.AI.DevUI.Frontend.targets" />
@@ -28,4 +27,10 @@
2827
<PackageReference Include="System.Net.ServerSentEvents" VersionOverride="10.0.0-rc.2.25502.107" />
2928
</ItemGroup>
3029

30+
<PropertyGroup>
31+
<!-- NuGet Package Settings -->
32+
<Title>Microsoft Agent Framework Developer UI</Title>
33+
<Description>Provides Microsoft Agent Framework support for developer UI.</Description>
34+
</PropertyGroup>
35+
3136
</Project>

dotnet/src/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore/Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<RootNamespace>Microsoft.Agents.AI.Hosting.AGUI.AspNetCore</RootNamespace>
77
<VersionSuffix>preview</VersionSuffix>
88
<DefineConstants>$(DefineConstants);ASPNETCORE</DefineConstants>
9-
<IsPackable>false</IsPackable>
109
<InterceptorsNamespaces>$(InterceptorsNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsNamespaces>
1110
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
1211
</PropertyGroup>
1312

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

15+
<PropertyGroup>
16+
<!-- Disable packing until we are ready to release this as a nuget -->
17+
<IsPackable>false</IsPackable>
18+
</PropertyGroup>
19+
1620
<PropertyGroup>
1721
<!-- NuGet Package Settings -->
1822
<Title>Microsoft Agent Framework Hosting AG-UI ASP.NET Core</Title>

dotnet/src/Microsoft.Agents.AI.Mem0/Microsoft.Agents.AI.Mem0.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>$(ProjectsTargetFrameworks)</TargetFrameworks>
55
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(ProjectsDebugTargetFrameworks)</TargetFrameworks>
66
<VersionSuffix>preview</VersionSuffix>
7-
<!-- Disable packing until we are ready to release this as a nuget -->
87
</PropertyGroup>
98

109
<PropertyGroup>
@@ -14,6 +13,7 @@
1413

1514
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
1615
<PropertyGroup>
16+
<!-- Disable packing until we are ready to release this as a nuget -->
1717
<IsPackable>false</IsPackable>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)