.NET: Remove IsPackable=false in preparation for nuget release (#2142)

This commit is contained in:
Chris Gillum
2025-11-12 11:49:34 -08:00
committed by GitHub
Unverified
parent ff28066c9c
commit 601b75a418
2 changed files with 0 additions and 4 deletions
@@ -7,8 +7,6 @@
<!-- CA2007: This rule should generally be suppressed in Durable Task libraries -->
<!-- MEAI001: UserInputRequestContent is experimental but used in source-generated code for AgentRunResponse -->
<NoWarn>$(NoWarn);CA2007;MEAI001</NoWarn>
<!-- Disable packing until we are ready to release this as a nuget -->
<IsPackable>false</IsPackable>
</PropertyGroup>
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
@@ -6,8 +6,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<!-- CA2007: This rule should generally be suppressed in Durable Task libraries. Also, this is not library code. -->
<NoWarn>$(NoWarn);CA2007</NoWarn>
<!-- Disable packing until we are ready to release this as a nuget -->
<IsPackable>false</IsPackable>
</PropertyGroup>
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />