-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGovUk.Forms.Components.csproj
More file actions
28 lines (28 loc) · 1.37 KB
/
GovUk.Forms.Components.csproj
File metadata and controls
28 lines (28 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GovUk.Frontend.AspNetCore" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" VersionOverride="8.18.0" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Views\Form\Index.cshtml" />
<UpToDateCheckInput Remove="Views\Shared\_Address.cshtml" />
<UpToDateCheckInput Remove="Views\Shared\_Form.cshtml" />
<UpToDateCheckInput Remove="Views\Shared\_FullName.cshtml" />
<UpToDateCheckInput Remove="Views\_ViewImports.cshtml" />
<UpToDateCheckInput Remove="Views\Remove\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Views\Shared\_Layout.cshtml" />
<AdditionalFiles Include="Views\_ViewStart.cshtml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GovUk.Forms.Application\GovUk.Forms.Application.csproj" />
<ProjectReference Include="..\GovUk.Forms.Infrastructure\GovUk.Forms.Infrastructure.csproj" />
</ItemGroup>
</Project>