Skip to content

Commit aa1800f

Browse files
fix: re-include Grants page in compilation (remove Compile/Content/Folder Remove exclusion)
Agent-Logs-Url: https://github.com/TransactionProcessing/SecurityService/sessions/446bc522-d6cd-4ed7-8c28-af9162eb814e Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent 6af3e79 commit aa1800f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

SecurityService/SecurityService.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<Compile Remove="Pages\Account\ExternalLogin\Index.cshtml.cs" />
10-
<Compile Remove="Pages\Account\Grants\Index.cshtml.cs" />
1110
<Compile Remove="Pages\Account\ResendConfirmationEmail\Index.cshtml.cs" />
1211
</ItemGroup>
1312
<ItemGroup>
1413
<Content Remove="Pages\Account\ExternalLogin\Index.cshtml" />
15-
<Content Remove="Pages\Account\Grants\Index.cshtml" />
1614
<Content Remove="Pages\Account\ResendConfirmationEmail\Index.cshtml" />
1715
</ItemGroup>
1816
<ItemGroup>
@@ -70,7 +68,6 @@
7068
</ItemGroup>
7169
<ItemGroup>
7270
<Folder Include="Pages\Account\ExternalLogin\" />
73-
<Folder Include="Pages\Account\Grants\" />
7471
<Folder Include="Pages\Account\ResendConfirmationEmail\" />
7572
</ItemGroup>
7673
</Project>

0 commit comments

Comments
 (0)