Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2022-03-29 01:56:52 +0300
committerGitHub <noreply@github.com>2022-03-29 01:56:52 +0300
commit665f5de92af46e3fb7faebe631436b3586c77403 (patch)
tree3093c9ce913918caf504193d0ba6028c6285c709
parent34f71bb22ce65e59c9b9bfbe3e183db395ef5595 (diff)
Prevent razor pages from being packed in UI nupkg (#40839)
-rw-r--r--src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
index 47f13da796..e5c0ef0f56 100644
--- a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
+++ b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
@@ -22,6 +22,7 @@
</PropertyGroup>
<ItemGroup>
+ <Content Remove="@(Content)" />
<None Include="build\*" Pack="true" PackagePath="build\" />
<None Include="buildMultiTargeting\*" Pack="true" PackagePath="buildMultiTargeting\" />
<None Include="buildTransitive\*" Pack="true" PackagePath="buildTransitive\" />