File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
Microsoft.Agents.AI.DevUI
Microsoft.Agents.AI.Hosting.AGUI.AspNetCore Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments