We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4c9aa commit e5d756aCopy full SHA for e5d756a
src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
@@ -50,17 +50,8 @@
50
<ItemGroup>
51
<StaticWebAsset Remove="@(StaticWebAsset)" />
52
53
- <_V4Content Include="wwwroot\V4\**" />
54
<_V5Content Include="wwwroot\V5\**" />
55
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
-
64
<StaticWebAsset Include="@(_V5Content->'%(FullPath)')">
65
<SourceType></SourceType>
66
<SourceId>Microsoft.AspNetCore.Identity.UI</SourceId>
0 commit comments