From 9558fe40d20383079b80c5cd315ba7073d677216 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Tue, 1 Jun 2021 14:57:13 -0700 Subject: [PATCH] Explicitly set packable for spec tests (#32475) * Explicitly set packable for spec tests * Update Microsoft.AspNetCore.Identity.Specification.Tests.csproj --- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index 141b4cd301..b1c9aa50f5 100644 --- a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -5,6 +5,7 @@ $(DefaultNetCoreTargetFramework) false aspnetcore;identity;membership + true @@ -12,7 +13,6 @@ -