From 601b75a4181629d5a36a616bbbff028537b5a2c6 Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Wed, 12 Nov 2025 11:49:34 -0800 Subject: [PATCH] .NET: Remove IsPackable=false in preparation for nuget release (#2142) --- .../Microsoft.Agents.AI.DurableTask.csproj | 2 -- .../Microsoft.Agents.AI.Hosting.AzureFunctions.csproj | 2 -- 2 files changed, 4 deletions(-) diff --git a/dotnet/src/Microsoft.Agents.AI.DurableTask/Microsoft.Agents.AI.DurableTask.csproj b/dotnet/src/Microsoft.Agents.AI.DurableTask/Microsoft.Agents.AI.DurableTask.csproj index c1cadd29e1..85f790d17b 100644 --- a/dotnet/src/Microsoft.Agents.AI.DurableTask/Microsoft.Agents.AI.DurableTask.csproj +++ b/dotnet/src/Microsoft.Agents.AI.DurableTask/Microsoft.Agents.AI.DurableTask.csproj @@ -7,8 +7,6 @@ $(NoWarn);CA2007;MEAI001 - - false diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/Microsoft.Agents.AI.Hosting.AzureFunctions.csproj b/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/Microsoft.Agents.AI.Hosting.AzureFunctions.csproj index 4835039fbd..bb9ccc6ca0 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/Microsoft.Agents.AI.Hosting.AzureFunctions.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/Microsoft.Agents.AI.Hosting.AzureFunctions.csproj @@ -6,8 +6,6 @@ enable $(NoWarn);CA2007 - - false