Skip to content

Commit e5d756a

Browse files
committed
Fix build for now
1 parent 8c4c9aa commit e5d756a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,8 @@
5050
<ItemGroup>
5151
<StaticWebAsset Remove="@(StaticWebAsset)" />
5252

53-
<_V4Content Include="wwwroot\V4\**" />
5453
<_V5Content Include="wwwroot\V5\**" />
5554

56-
<StaticWebAsset Include="@(_V4Content->'%(FullPath)')">
57-
<SourceType></SourceType>
58-
<SourceId>Microsoft.AspNetCore.Identity.UI</SourceId>
59-
<ContentRoot>$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)wwwroot/V4'))</ContentRoot>
60-
<BasePath>/Identity</BasePath>
61-
<RelativePath>%(RecursiveDir)%(FileName)%(Extension)</RelativePath>
62-
</StaticWebAsset>
63-
6455
<StaticWebAsset Include="@(_V5Content->'%(FullPath)')">
6556
<SourceType></SourceType>
6657
<SourceId>Microsoft.AspNetCore.Identity.UI</SourceId>

0 commit comments

Comments
 (0)